using YandexMusic.API.Models.Landing.Entity.Entities; namespace YandexMusic.API.Models.Feed; public class YFeed { public DateTime NextRevision { get; set; } public bool CanGetMoreEvents { get; set; } public bool Pumpkin { get; set; } public bool IsWizardPassed { get; set; } public List Days { get; set; } public List GeneratedPlaylists { get; set; } public List Headlines { get; set; } public DateTime Today { get; set; } }