/** Default max page size for collection list endpoints. */ export const PAGINATION_DEFAULT_LIMIT = 10; export const PAGINATION_MAX_LIMIT = 200;