Hi all - quick question regarding the Apple Music API.
I would like to query for an artists most recent album so that I can feature that release more prominently within my app. Looking at the API docs, I could hit an endpoint such as this: https://api.music.apple.com/v1/catalog/us/artists/669831761/albums and that would return all the albums related to that artist.
However, it appears that the albums aren't sorted in chronological order, so it seems that I would have to paginate through every page and sort these results to find the most recent release. Is there a better method? I feel like this is a very ineffective practice and would like to hear any possible alternatives, thank you!