Files
2022-01-28 08:23:25 -08:00

8 lines
99 B
JavaScript

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