e671563f1
63e869f6d
4aff9515d
1 2 3 4
5 6 7
8
9
10
export const paginatedCollectionSchema = { id: '/PaginatedCollection', type: 'object', properties: { total: { type: 'number' }, perPage: { type: 'number' }, page: { type: 'number' }, }, required: ['total', 'perPage', 'page'], };