Album
constructor(id: String, title: String, type: Album.Type? = null, cover: ImageHolder? = null, artists: List<Artist> = listOf(), trackCount: Long? = null, duration: Long? = null, releaseDate: Date? = null, description: String? = null, background: ImageHolder? = cover, label: String? = null, isExplicit: Boolean = false, subtitle: String? = null, extras: Map<String, String> = mapOf(), isRadioSupported: Boolean = true, isFollowable: Boolean = false, isSaveable: Boolean = true, isLikeable: Boolean = false, isHideable: Boolean = false, isShareable: Boolean = true)