How pagination works in the Fuse API
pagination
{ "data": [ // an array of the resource you are accessing ], "paginiation": { "current": 1, "previous": null, "next": 2, "limit": 100, "total_pages": 1000, "total_count": 10000 } }