Artist
constructor(id: String, name: String, cover: ImageHolder? = null, bio: String? = null, background: ImageHolder? = cover, banners: List<ImageHolder> = listOf(), subtitle: String? = null, extras: Map<String, String> = mapOf(), isRadioSupported: Boolean = true, isFollowable: Boolean = true, isSaveable: Boolean = true, isLikeable: Boolean = false, isHideable: Boolean = false, isShareable: Boolean = true)