namespace YandexMusic.API.Models.Landing.Entity.Entities; public class YLandingEntityChart : YLandingEntity { public YChartItem Data { get; set; } }