Returns true if contents is an artist carousel
contents
bool isArtistCarousel(List<JsonMap> contents) { return contents.first.containsKey(MRLIR); }