Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a paging = 'a Paging_t.paging
type image = Image_t.image
type external_urls = External_urls_t.external_urls
type album_simplified = {
album_type : string;
available_markets : string list;
external_urls : external_urls;
href : string;
id : string;
images : image list;
name : string;
uri : string;
}