7 lines
169 B
C#
7 lines
169 B
C#
namespace YandexMusic.API.Models.Common;
|
|
|
|
public class YStats
|
|
{
|
|
public int LastMonthListeners { get; set; }
|
|
public int LastMonthListenersDelta { get; set; }
|
|
} |