Cursor Paging
@Serializable
Generic Spotify cursor-based paging object.
Wraps one page of items together with cursor-paging metadata. cursors is null when Spotify omits it (e.g. on the last page); total is null for endpoints that do not report it (e.g. recently played tracks).
Parameters
T
Element type of the page.