SKFollowers

public struct SKFollowers : JSONDecodable

A structure representing a Spotify item’s followers, such as an artist or playlist.

See also

The Web API Followers object.
  • url

    A link to the Web API endpoint providing full details of the followers; nil if not available.

    Note

    This value will always be nil, as the Web API does not support it at the moment.

    Declaration

    Swift

    public let url: URL?
  • The total number of followers.

    Declaration

    Swift

    public let total: Int