Pagination

class deezer.PaginatedList(client, base_path, parent=None, **params)

Abstract paginated response from the API and make them more Pythonic.

Parameters:
  • client (deezer.Client)

  • base_path (str)

  • parent (deezer.Resource | None)

property total: int

The total number of items in the list, mirroring what Deezer returns.