Pagination

Some of the Recras API endpoints use paging to limit the number of results, with a default pagesize of 100.

## Paging response headers

The X-Page-Size header is used to indicate the page size in the response, and the X-Total-Count header to indicate the total number of results. The Link header can have links for current, first, last, prev and next.