Hi,
Is there any way to get the pagination meta data using the JSON client? I want to get the total number of resources. Reading through the code it looks like it is discarded?
{
"jsonapi": {
"version": "1.0"
},
"meta": {
"page": {
"offset": 0,
"limit": 50,
"total": 1364
}
},
Thanks! :-)