Pagination¶
- class deezer.PaginatedList(client, base_path, parent=None, params=None)¶
Abstract paginated response from the API and make them more Pythonic.
- Parameters:
client (deezer.Client)
base_path (str)
parent (deezer.Resource | None)
params (dict | None)
- property total: int¶
The total number of items in the list, mirroring what Deezer returns.