Spotify.NET/SpotifyAPI.Web/Models/Response/Followers.cs
2020-05-01 20:05:28 +02:00

10 lines
135 B
C#

namespace SpotifyAPI.Web
{
public class Followers
{
public string Href { get; set; }
public int Total { get; set; }
}
}