Pagination
- Collections should use the
PartialPaginatorInterfaceby default. - The
pagequery parameter should be respected. - The
perPagequery parameter should be considered. The implementation can limit the page size so it doesn't matchperPageif wanted. - The default page can be different for each endpoint.
- The page size should be constant for a collection with the same parameters (ignoring
page).