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