FollowedArtists

@Serializable
data class FollowedArtists(val artists: CursorPaging<ArtistObject>)

Constructors

Link copied to clipboard
constructor(artists: CursorPaging<ArtistObject>)

Properties

Link copied to clipboard