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