Files
YandexMusic/YandexMusic.API/Models/Common/YStats.cs
2026-04-10 12:12:33 +03:00

8 lines
191 B
C#

namespace YandexMusic.API.Models.Common
{
public class YStats
{
public int LastMonthListeners { get; set; }
public int LastMonthListenersDelta { get; set; }
}
}