Pagination

API routes that return a list of resources are paginated.
If no resource correspond to the query for a filter route, it will return an empty array.

Here's an example of how resources are paginated :

page: {
    page: 2,
    pages: 10,
    total: 200
}

You can pass a parameter with the page number you want to get