A generic response wrapper for paginated API results.
The type of items contained in the results list.
results
The total number of items available in the resource.
The URL for the next page of results, if available. null if there are no more pages.
null
The URL for the previous page of results, if available. null if on the first page.
A list of items of type T returned by the API.
T