Open
Description
This VA release should have 100 tracks, but Harmony only loads 99 of them, with track 16 missing.
No idea how this can be solved, the first page of returned tracks from the API only contains 99 tracks although we set a limit of 100: https://openapi.tidal.com/albums/353004537/items?countryCode=GB&limit=100&offset=0
I also experimented with higher offsets of 100 and 200 just in case, but they all return the following response: {"data":[],"metadata":{"total":99}}
(when it should probably say "total":100
on each page)