Spotify.NET/SpotifyAPI.Web/Models/Response/Followers.cs

10 lines
135 B
C#

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