The total number of items in the list, mirroring what Deezer returns.
Returns a slice of the list.
The index to start the slice at.
Optional
end: numberThe index to end the slice at.
Returns the item at the given index.
The index of the item to return.
Returns the list as an array.
This method is not recommended for large lists, as it will fetch all items at once.
A paginated list of resources from the Deezer API. This class implements AsyncIterable to allow for easy iteration over all items.