Files
2025-09-14 21:04:33 +07:00

8 lines
99 B
JavaScript

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