8 lines
98 B
JavaScript
Raw Normal View History

module.exports = {
rest: {
defaultLimit: 25,
maxLimit: 30,
2021-08-31 18:03:42 +02:00
withCount: true,
},
};