8 lines
99 B
JavaScript
Raw Normal View History

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