2021-12-10 11:06:04 +01:00

8 lines
99 B
JavaScript

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