using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Sony.Filtr.AppleMusic.Data { public class PlaylistCountryOverview { public string CountryCode { get; set; } public int PlaylistCount { get; set; } } }