Pagination

When requesting an endpoint that returns a collection, the results will be paginated. The response will contain a links key with links to first, last, next and previous pages, where applicable, and there will also be a meta key in the response which contains a count, page-count, and current-page value for the current response.