using Sony.Filtr.AppleMusic.Data; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Sony.Filtr.AppleMusic { public class AppleMusicPlaylistWithStorefront { public AppleMusicPlaylist Playlist { get; set; } public string Storefront { get; set; } } }