Movie Item
constructor(id: String, title: String, imageSource: AppImageSource, rating: Double? = null, year: String = "", duration: String = "", contentRating: String = "", genre: String = "", type: String = "", isPremium: Boolean = false, primaryInfo: String? = null, secondaryInfo: String? = null, rank: Int? = null, youtubeVideoId: String? = null)