Spotify Web API v0.1.0 Spotify.Followers View Source

Information about the followers of the artist.

KeyValue Description
hrefA link to the Web API endpoint providing full details of the followers; null if not available. Please note that this will always be set to null, as the Web API does not support it at the moment.
totalThe total number of followers.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Followers{href: String.t(), total: integer()}