We need to define a "paging object" that offers the following functionality:
- next: Reads the next 'page' of the paging result, from the server.
- previous: Reads the previous 'page' of the paging result, from the server.
The information of NEXT/PREV. is to be provided by the server (MUST).