using System; namespace Sony.Filtr.AppleMusic.Data.Internal { internal class TrackSummaryPeakPosition { public string Storefront { get; set; } public int PeakPosition { get; set; } public DateTime LatestPeakDate { get; set; } public DateTime EarliestPeakDate { get; set; } } }