Problem/Motivation
Currently Views Rest Export does not add pagination information such as current page, total items, total pages and items per page.
A custom serializer could be easily created, but shouldn't the core serializer include this information?
I'm not sure if this should be a bug or feature request.
Proposed resolution
Include current page, total items, total pages and items per page to Views Rest Export.
Thanks.