7 lines
156 B
C#
7 lines
156 B
C#
namespace YandexMusic.API.Models.Common;
|
|
|
|
public class YLikedCounts
|
|
{
|
|
public long LikedAlbums { get; set; }
|
|
public long LikedArtists { get; set; }
|
|
} |