namespace YandexMusic.API.Models.Artist; public class YArtistCounts { public int AlsoAlbums { get; set; } public int AlsoTracks { get; set; } public int DirectAlbums { get; set; } public int Tracks { get; set; } }