-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
When querying a user's top artists, the API returns two counters:
- `count`: The number of artists in the current payload;
- `total_artist_count`: The total number of artists in the user's listens.
One would expect the "site-wide" top artist endpoint to follow the same naming. Instead:
- `count` is the total number of artists;
- And there is no field containing the number of artists in the current payload.
—
On top of being very confusing, it makes pagination harder: in order to fetch the "previous" page of site-wide artists, one would need to query the API with the `offset` parameter equal to "current offset - current count".
Pending deployment, but fixed.