namespace YandexMusic.API.Models.Landing; public class YLanding { public List Blocks { get; set; } public string ContentId { get; set; } public YLandingHeaderSpecialBlock HeaderSpecialBlock { get; set; } public bool Pumpkin { get; set; } }