apostrophe-headless icon indicating copy to clipboard operation
apostrophe-headless copied to clipboard

Response should come with `currentPage` if pagination is in play

Open stuartromanek opened this issue 6 years ago • 0 comments

Should you want to implement your own pagination it would be nice to know what 'page' response you've just received. Right now a request to pieces index only returns.

{
total: 96,
pages: 2,
perPage: 50,
results: [...]
}

stuartromanek avatar Feb 11 '19 21:02 stuartromanek