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