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