Closed
Description
Although there is enabled pagination:
{
"@context": "/api/contexts/Task",
"@id": "/api/projects/3/tasks",
"@type": "hydra:Collection",
"hydra:member": [
...
],
"hydra:totalItems": 33,
"hydra:view": {
"@id": "/api/projects/3/tasks?page=1",
"@type": "hydra:PartialCollectionView",
"hydra:first": "/api/projects/3/tasks?page=1",
"hydra:last": "/api/projects/3/tasks?page=2",
"hydra:next": "/api/projects/3/tasks?page=2"
},
}
api-platform/core: v2.1.4