8 lines
98 B
JavaScript
Raw Normal View History

module.exports = {
rest: {
defaultLimit: 25,
maxLimit: 30,
withCount: true,
},
};