Constructs a new PaginationOptions instance.
Optional
options: Partial<PaginationOptions>Optional initial values for the pagination options.
The number of items per page. Default is 10.
The page number to retrieve. Default is 1.
Optional
sortThe field to sort the results by. If not provided, the default sorting defined by the API will be applied.
The order in which to sort the results. Default is 'desc' (descending).
Options for pagination in API requests to the Nevermined API.