Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Artist_t
Sourcetype artist = {
external_urls : external_urls;
followers : followers;
genres : string list;
href : string;
id : string;
images : image list;
name : string;
popularity : int;
uri : string;
}
type artist_simplified = {
external_urls : external_urls;
href : string;
id : string;
name : string;
uri : string;
}