2022-05-12 06:22:37 +04:00
|
|
|
module.exports = {
|
2022-05-12 02:15:38 +04:00
|
|
|
rest: {
|
2022-05-12 06:22:37 +04:00
|
|
|
defaultLimit: 25,
|
2026-07-03 22:23:17 +04:00
|
|
|
maxLimit: 200,
|
2022-05-12 06:22:37 +04:00
|
|
|
withCount: true,
|
2022-05-12 02:15:38 +04:00
|
|
|
},
|
2022-05-12 06:22:37 +04:00
|
|
|
};
|