This is a pretty straight forwards question.
I get a json object that contains all the albums of a particular artist, for example Michael Jackson
https://itunes.apple.com/search?term=michael+jackson&entity=album
And then I parse the object for an image url matching my album title.
The problem is that these json objects don't always contain all the albums of a particular artist.
Is there a way around this?