namespace YandexMusic.API.Models.Common; public class YLikedCounts { public long LikedAlbums { get; set; } public long LikedArtists { get; set; } }