using System; namespace Sony.Filtr.AdminAPI.ViewModels.BestOfTheWeek { public class BestOfTheWeekTrackPlaylistReference { public string PlaylistId { get; set; } public string CountryCode { get; set; } public int? Position { get; set; } } }