Followers object returned by Spotify API

interface SpotifyFollowers {
    href: null | string;
    total: number;
}

Properties

Properties

href: null | string
total: number