I'm currently trying to list (via the Repeat feature/formula) in an ol all the tracks in an given album.
Now, what happens with the iTunes API is that, when asking for the songs of an album, the first result is the data for the album itself (the "collection"), and then in the second result it starts detailing all songs, one by one. So, in the first result I can't access the trackName key (because it's a collection, not a song). I'd have to ask for the second result to start having access to it, and start iterating from there.
Is there a way to start my Repeat based on the second position?