interface FeaturedPlaylist {
    playlists: PagingObject<SimplifiedPlaylist>;
}

Properties

Properties