Documentation
    Preparing search index...

    Interface components

    interface components {
        headers: never;
        parameters: never;
        pathItems: never;
        requestBodies: never;
        responses: never;
        schemas: {
            Albums_Attributes: {
                availability?: ("STREAM" | "DJ" | "STEM")[];
                barcodeId: string;
                copyright?: string;
                duration: string;
                explicit: boolean;
                externalLinks?: {
                    href: string;
                    meta: {
                        type:
                            | "TIDAL_SHARING"
                            | "TIDAL_AUTOPLAY_ANDROID"
                            | "TIDAL_AUTOPLAY_IOS"
                            | "TIDAL_AUTOPLAY_WEB"
                            | "TWITTER"
                            | "FACEBOOK"
                            | "INSTAGRAM"
                            | "TIKTOK"
                            | "SNAPCHAT"
                            | "HOMEPAGE";
                    };
                }[];
                imageLinks?: { href: string; meta: { height: number; width: number } }[];
                mediaTags: string[];
                numberOfItems: number;
                numberOfVolumes: number;
                popularity: number;
                releaseDate?: string;
                title: string;
                type: "ALBUM" | "EP" | "SINGLE";
                videoLinks?: { href: string; meta: { height: number; width: number } }[];
            };
            Albums_Items_Multi_Data_Relationship_Document: {
                data?: {
                    id: string;
                    meta?: { trackNumber: number; volumeNumber: number };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            Albums_Items_Resource_Identifier: {
                id: string;
                meta?: { trackNumber: number; volumeNumber: number };
                type: string;
            };
            Albums_Items_Resource_Identifier_Meta: {
                trackNumber: number;
                volumeNumber: number;
            };
            Albums_Multi_Data_Document: {
                data?: {
                    attributes?: {
                        availability?: ("STREAM" | "DJ" | "STEM")[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: string; meta: { type: ... } }[];
                        imageLinks?: { href: string; meta: { height: ...; width: ... } }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: string; meta: { height: ...; width: ... } }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        items: {
                            data?: { id: ...; meta?: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        providers: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        similarAlbums: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { name: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Albums_Multi_Data_Relationship_Document: {
                data?: { id: string; type: string }[];
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { name: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Albums_Relationships: {
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                items: {
                    data?: {
                        id: string;
                        meta?: { trackNumber: number; volumeNumber: number };
                        type: string;
                    }[];
                    links?: { next?: string; self: string };
                };
                providers: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                similarAlbums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            Albums_Resource: {
                attributes?: {
                    availability?: ("STREAM" | "DJ" | "STEM")[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: {
                        href: string;
                        meta: {
                            type:
                                | "TIDAL_SHARING"
                                | "TIDAL_AUTOPLAY_ANDROID"
                                | "TIDAL_AUTOPLAY_IOS"
                                | "TIDAL_AUTOPLAY_WEB"
                                | "TWITTER"
                                | "FACEBOOK"
                                | "INSTAGRAM"
                                | "TIKTOK"
                                | "SNAPCHAT"
                                | "HOMEPAGE";
                        };
                    }[];
                    imageLinks?: { href: string; meta: { height: number; width: number } }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: string; meta: { height: number; width: number } }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    items: {
                        data?: {
                            id: string;
                            meta?: { trackNumber: number; volumeNumber: number };
                            type: string;
                        }[];
                        links?: { next?: string; self: string };
                    };
                    providers: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    similarAlbums: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            Albums_Single_Data_Document: {
                data?: {
                    attributes?: {
                        availability?: ("STREAM" | "DJ" | "STEM")[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: {
                            href: string;
                            meta: {
                                type:
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...);
                            };
                        }[];
                        imageLinks?: { href: string; meta: { height: number; width: number } }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: string; meta: { height: number; width: number } }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        items: {
                            data?: { id: string; meta?: (...)
                            | (...); type: string }[];
                            links?: { next?: string; self: string };
                        };
                        providers: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        similarAlbums: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                    };
                    type: string;
                };
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { name: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            ArtistRoles_Attributes: { name?: string };
            ArtistRoles_Multi_Data_Document: {
                data?: {
                    attributes?: { name?: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            ArtistRoles_Resource: {
                attributes?: { name?: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            };
            ArtistRoles_Single_Data_Document: {
                data?: {
                    attributes?: { name?: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                };
                links?: { next?: string; self: string };
            };
            Artists_Attributes: {
                externalLinks?: {
                    href: string;
                    meta: {
                        type: | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                    };
                }[];
                handle?: string;
                imageLinks?: { href: string; meta: { height: number; width: number } }[];
                name: string;
                popularity: number;
                roles?: (
                    | "ARTIST"
                    | "SONGWRITER"
                    | "ENGINEER"
                    | "PRODUCTION_TEAM"
                    | "PERFORMER"
                    | "PRODUCER"
                    | "MISC"
                )[];
            };
            Artists_Multi_Data_Document: {
                data?: {
                    attributes?: {
                        externalLinks?: { href: string; meta: { type: ... } }[];
                        handle?: string;
                        imageLinks?: { href: string; meta: { height: ...; width: ... } }[];
                        name: string;
                        popularity: number;
                        roles?: (
                            | "ARTIST"
                            | "SONGWRITER"
                            | "ENGINEER"
                            | "PRODUCTION_TEAM"
                            | "PERFORMER"
                            | "PRODUCER"
                            | "MISC"
                        )[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        radio: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        roles: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        similarArtists: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        trackProviders: {
                            data?: { id: ...; meta?: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        tracks: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        videos: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { name: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                    | {
                        attributes?: { name?: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Artists_Multi_Data_Relationship_Document: {
                data?: { id: string; type: string }[];
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { name: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                    | {
                        attributes?: { name?: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Artists_Relationships: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                radio: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                roles: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                similarArtists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                trackProviders: {
                    data?: {
                        id: string;
                        meta?: { numberOfTracks: number };
                        type: string;
                    }[];
                    links?: { next?: string; self: string };
                };
                tracks: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                videos: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            Artists_Resource: {
                attributes?: {
                    externalLinks?: {
                        href: string;
                        meta: {
                            type: | "TIDAL_SHARING"
                            | "TIDAL_AUTOPLAY_ANDROID"
                            | "TIDAL_AUTOPLAY_IOS"
                            | "TIDAL_AUTOPLAY_WEB"
                            | "TWITTER"
                            | "FACEBOOK"
                            | "INSTAGRAM"
                            | "TIKTOK"
                            | "SNAPCHAT"
                            | "HOMEPAGE";
                        };
                    }[];
                    handle?: string;
                    imageLinks?: { href: string; meta: { height: number; width: number } }[];
                    name: string;
                    popularity: number;
                    roles?: (
                        | "ARTIST"
                        | "SONGWRITER"
                        | "ENGINEER"
                        | "PRODUCTION_TEAM"
                        | "PERFORMER"
                        | "PRODUCER"
                        | "MISC"
                    )[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    radio: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    roles: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    similarArtists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    trackProviders: {
                        data?: {
                            id: string;
                            meta?: { numberOfTracks: number };
                            type: string;
                        }[];
                        links?: { next?: string; self: string };
                    };
                    tracks: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    videos: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            Artists_Single_Data_Document: {
                data?: {
                    attributes?: {
                        externalLinks?: {
                            href: string;
                            meta: {
                                type: | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...);
                            };
                        }[];
                        handle?: string;
                        imageLinks?: { href: string; meta: { height: number; width: number } }[];
                        name: string;
                        popularity: number;
                        roles?: (
                            | "ARTIST"
                            | "SONGWRITER"
                            | "ENGINEER"
                            | "PRODUCTION_TEAM"
                            | "PERFORMER"
                            | "PRODUCER"
                            | "MISC"
                        )[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        radio: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        roles: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        similarArtists: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        trackProviders: {
                            data?: { id: string; meta?: (...)
                            | (...); type: string }[];
                            links?: { next?: string; self: string };
                        };
                        tracks: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        videos: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                    };
                    type: string;
                };
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { name: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                    | {
                        attributes?: { name?: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Artists_TrackProviders_Multi_Data_Relationship_Document: {
                data?: { id: string; meta?: { numberOfTracks: number }; type: string }[];
                links?: { next?: string; self: string };
            };
            Artists_TrackProviders_Resource_Identifier: {
                id: string;
                meta?: { numberOfTracks: number };
                type: string;
            };
            Artists_TrackProviders_Resource_Identifier_Meta: {
                numberOfTracks: number;
            };
            ArtistUpdateBody: {
                data: {
                    attributes: {
                        handle?: string;
                        image?: { href: string; meta: { height: number; width: number } }[];
                        name?: string;
                    };
                    id: string;
                    type: "artists";
                };
            };
            ArtistUpdateBody_Data: {
                attributes: {
                    handle?: string;
                    image?: { href: string; meta: { height: number; width: number } }[];
                    name?: string;
                };
                id: string;
                type: "artists";
            };
            ArtistUpdateBody_Data_Attributes: {
                handle?: string;
                image?: { href: string; meta: { height: number; width: number } }[];
                name?: string;
            };
            Error_Document: {
                errors?: {
                    code?: string;
                    detail?: string;
                    id?: string;
                    source?: { header?: string; parameter?: string; pointer?: string };
                    status?: string;
                }[];
                links?: { next?: string; self: string };
            };
            Error_Object: {
                code?: string;
                detail?: string;
                id?: string;
                source?: { header?: string; parameter?: string; pointer?: string };
                status?: string;
            };
            Error_Object_Source: {
                header?: string;
                parameter?: string;
                pointer?: string;
            };
            External_Link: {
                href: string;
                meta: {
                    type: | "TIDAL_SHARING"
                    | "TIDAL_AUTOPLAY_ANDROID"
                    | "TIDAL_AUTOPLAY_IOS"
                    | "TIDAL_AUTOPLAY_WEB"
                    | "TWITTER"
                    | "FACEBOOK"
                    | "INSTAGRAM"
                    | "TIKTOK"
                    | "SNAPCHAT"
                    | "HOMEPAGE";
                };
            };
            External_Link_Meta: {
                type: | "TIDAL_SHARING"
                | "TIDAL_AUTOPLAY_ANDROID"
                | "TIDAL_AUTOPLAY_IOS"
                | "TIDAL_AUTOPLAY_WEB"
                | "TWITTER"
                | "FACEBOOK"
                | "INSTAGRAM"
                | "TIKTOK"
                | "SNAPCHAT"
                | "HOMEPAGE";
            };
            Image_Link: { href: string; meta: { height: number; width: number } };
            Image_Link_Meta: { height: number; width: number };
            Links: { next?: string; self: string };
            Multi_Data_Relationship_Doc: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            PlaylistCreateOperation_Payload: {
                data: {
                    attributes: {
                        description?: string;
                        name: string;
                        privacy: "PUBLIC"
                        | "PRIVATE";
                    };
                    type: "playlists";
                };
            };
            PlaylistCreateOperation_Payload_Data: {
                attributes: {
                    description?: string;
                    name: string;
                    privacy: "PUBLIC"
                    | "PRIVATE";
                };
                type: "playlists";
            };
            PlaylistCreateOperation_Payload_Data_Attributes: {
                description?: string;
                name: string;
                privacy: "PUBLIC"
                | "PRIVATE";
            };
            PlaylistItemsRelationshipAddOperation_Payload: {
                data: { id: string; type: "tracks"
                | "videos" }[];
                meta?: { positionBefore: string };
            };
            PlaylistItemsRelationshipAddOperation_Payload_Data: {
                id: string;
                type: "tracks"
                | "videos";
            };
            PlaylistItemsRelationshipAddOperation_Payload_Meta: {
                positionBefore: string;
            };
            PlaylistItemsRelationshipRemoveOperation_Payload: {
                data: {
                    id: string;
                    meta: { itemId: string };
                    type: "tracks" | "videos";
                }[];
            };
            PlaylistItemsRelationshipRemoveOperation_Payload_Data: {
                id: string;
                meta: { itemId: string };
                type: "tracks" | "videos";
            };
            PlaylistItemsRelationshipRemoveOperation_Payload_Data_Meta: {
                itemId: string;
            };
            PlaylistItemsRelationshipReorderOperation_Payload: {
                data: {
                    id: string;
                    meta: { itemId: string };
                    type: "tracks" | "videos";
                }[];
                meta?: { positionBefore: string };
            };
            PlaylistItemsRelationshipReorderOperation_Payload_Data: {
                id: string;
                meta: { itemId: string };
                type: "tracks" | "videos";
            };
            PlaylistItemsRelationshipReorderOperation_Payload_Data_Meta: {
                itemId: string;
            };
            PlaylistItemsRelationshipReorderOperation_Payload_Meta: {
                positionBefore: string;
            };
            Playlists_Attributes: {
                bounded: boolean;
                createdAt: string;
                description?: string;
                duration?: string;
                externalLinks: {
                    href: string;
                    meta: {
                        type: | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                    };
                }[];
                imageLinks: { href: string; meta: { height: number; width: number } }[];
                lastModifiedAt: string;
                name: string;
                numberOfItems?: number;
                playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                privacy: "PUBLIC" | "PRIVATE";
            };
            Playlists_Items_Multi_Data_Relationship_Document: {
                data?: {
                    id: string;
                    meta?: { addedAt?: string; itemId?: string };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            Playlists_Items_Resource_Identifier: {
                id: string;
                meta?: { addedAt?: string; itemId?: string };
                type: string;
            };
            Playlists_Items_Resource_Identifier_Meta: {
                addedAt?: string;
                itemId?: string;
            };
            Playlists_Multi_Data_Document: {
                data?: {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: {
                            href: string;
                            meta: {
                                type: | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...);
                            };
                        }[];
                        imageLinks: { href: string; meta: { height: number; width: number } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: {
                            data?: { id: ...; meta?: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        owners: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                included?: (
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            country: string;
                            email?: string;
                            emailVerified?: boolean;
                            firstName?: string;
                            lastName?: string;
                            username: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Playlists_Multi_Data_Relationship_Document: {
                data?: { id: string; type: string }[];
                included?: (
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            country: string;
                            email?: string;
                            emailVerified?: boolean;
                            firstName?: string;
                            lastName?: string;
                            username: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Playlists_Relationships: {
                items: {
                    data?: {
                        id: string;
                        meta?: { addedAt?: string; itemId?: string };
                        type: string;
                    }[];
                    links?: { next?: string; self: string };
                };
                owners: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            Playlists_Resource: {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: {
                        href: string;
                        meta: {
                            type: | "TIDAL_SHARING"
                            | "TIDAL_AUTOPLAY_ANDROID"
                            | "TIDAL_AUTOPLAY_IOS"
                            | "TIDAL_AUTOPLAY_WEB"
                            | "TWITTER"
                            | "FACEBOOK"
                            | "INSTAGRAM"
                            | "TIKTOK"
                            | "SNAPCHAT"
                            | "HOMEPAGE";
                        };
                    }[];
                    imageLinks: { href: string; meta: { height: number; width: number } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: {
                        data?: {
                            id: string;
                            meta?: { addedAt?: (...) | (...); itemId?: (...) | (...) };
                            type: string;
                        }[];
                        links?: { next?: string; self: string };
                    };
                    owners: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            Playlists_Single_Data_Document: {
                data?: {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: {
                            href: string;
                            meta: {
                                type: | "TIDAL_SHARING"
                                | "TIDAL_AUTOPLAY_ANDROID"
                                | "TIDAL_AUTOPLAY_IOS"
                                | "TIDAL_AUTOPLAY_WEB"
                                | "TWITTER"
                                | "FACEBOOK"
                                | "INSTAGRAM"
                                | "TIKTOK"
                                | "SNAPCHAT"
                                | "HOMEPAGE";
                            };
                        }[];
                        imageLinks: { href: string; meta: { height: number; width: number } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: {
                            data?: { id: string; meta?: (...) | (...); type: string }[];
                            links?: { next?: string; self: string };
                        };
                        owners: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                    };
                    type: string;
                };
                included?: (
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            country: string;
                            email?: string;
                            emailVerified?: boolean;
                            firstName?: string;
                            lastName?: string;
                            username: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            PlaylistUpdateOperation_Payload: {
                data: {
                    attributes: {
                        description?: string;
                        name?: string;
                        privacy?: "PUBLIC"
                        | "PRIVATE";
                    };
                    id: string;
                    type: "playlists";
                };
            };
            PlaylistUpdateOperation_Payload_Data: {
                attributes: {
                    description?: string;
                    name?: string;
                    privacy?: "PUBLIC"
                    | "PRIVATE";
                };
                id: string;
                type: "playlists";
            };
            PlaylistUpdateOperation_Payload_Data_Attributes: {
                description?: string;
                name?: string;
                privacy?: "PUBLIC"
                | "PRIVATE";
            };
            Prompt_Colors: { primary: string; secondary: string };
            Providers_Attributes: { name: string };
            Providers_Multi_Data_Document: {
                data?: {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            Providers_Resource: {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            };
            Providers_Single_Data_Document: {
                data?: {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                };
                links?: { next?: string; self: string };
            };
            Resource_Identifier: { id: string; type: string };
            ResourceObjectObject: {
                attributes?: Record<string, never>;
                id: string;
                links?: { next?: string; self: string };
                relationships?: Record<string, never>;
                type: string;
            };
            Searchresults_Attributes: { didYouMean?: string; trackingId: string };
            Searchresults_Multi_Data_Document: {
                data?: {
                    attributes?: { didYouMean?: string; trackingId: string };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        artists: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        playlists: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        topHits: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        tracks: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        videos: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Searchresults_Multi_Data_Relationship_Document: {
                data?: { id: string; type: string }[];
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { didYouMean?: string; trackingId: string };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            playlists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            topHits: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Searchresults_Relationships: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                playlists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                topHits: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                tracks: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                videos: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            Searchresults_Resource: {
                attributes?: { didYouMean?: string; trackingId: string };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    artists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    playlists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    topHits: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    tracks: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    videos: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            Searchresults_Single_Data_Document: {
                data?: {
                    attributes?: { didYouMean?: string; trackingId: string };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        artists: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        playlists: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        topHits: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        tracks: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        videos: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                    };
                    type: string;
                };
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Singleton_Data_Relationship_Doc: {
                data?: { id: string; type: string };
                links?: { next?: string; self: string };
            };
            Tracks_Attributes: {
                availability?: ("STREAM" | "DJ" | "STEM")[];
                copyright?: string;
                duration: string;
                explicit: boolean;
                externalLinks?: {
                    href: string;
                    meta: {
                        type:
                            | "TIDAL_SHARING"
                            | "TIDAL_AUTOPLAY_ANDROID"
                            | "TIDAL_AUTOPLAY_IOS"
                            | "TIDAL_AUTOPLAY_WEB"
                            | "TWITTER"
                            | "FACEBOOK"
                            | "INSTAGRAM"
                            | "TIKTOK"
                            | "SNAPCHAT"
                            | "HOMEPAGE";
                    };
                }[];
                isrc: string;
                mediaTags: string[];
                popularity: number;
                title: string;
                version?: string;
            };
            Tracks_Multi_Data_Document: {
                data?: {
                    attributes?: {
                        availability?: ("STREAM" | "DJ" | "STEM")[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: string; meta: { type: ... } }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        artists: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        providers: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        radio: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        similarTracks: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { name: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Tracks_Multi_Data_Relationship_Document: {
                data?: { id: string; type: string }[];
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { name: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Tracks_Relationships: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                providers: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                radio: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                similarTracks: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            Tracks_Resource: {
                attributes?: {
                    availability?: ("STREAM" | "DJ" | "STEM")[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: {
                        href: string;
                        meta: {
                            type:
                                | "TIDAL_SHARING"
                                | "TIDAL_AUTOPLAY_ANDROID"
                                | "TIDAL_AUTOPLAY_IOS"
                                | "TIDAL_AUTOPLAY_WEB"
                                | "TWITTER"
                                | "FACEBOOK"
                                | "INSTAGRAM"
                                | "TIKTOK"
                                | "SNAPCHAT"
                                | "HOMEPAGE";
                        };
                    }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    artists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    providers: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    radio: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    similarTracks: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            Tracks_Single_Data_Document: {
                data?: {
                    attributes?: {
                        availability?: ("STREAM" | "DJ" | "STEM")[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: {
                            href: string;
                            meta: {
                                type:
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...);
                            };
                        }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        artists: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        providers: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        radio: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        similarTracks: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                    };
                    type: string;
                };
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            mediaTags: string[];
                            popularity: number;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { name: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            User_Public_Profiles_Attributes_Picture: { href: string };
            User_Public_Profiles_External_Link: {
                href: string;
                meta: {
                    handle: string;
                    type:
                        | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                };
            };
            User_Public_Profiles_External_Link_Meta: {
                handle: string;
                type: | "TIDAL_SHARING"
                | "TIDAL_AUTOPLAY_ANDROID"
                | "TIDAL_AUTOPLAY_IOS"
                | "TIDAL_AUTOPLAY_WEB"
                | "TWITTER"
                | "FACEBOOK"
                | "INSTAGRAM"
                | "TIKTOK"
                | "SNAPCHAT"
                | "HOMEPAGE";
            };
            UserCollectionAlbumsRelationshipAddOperation_Payload: {
                data: { id: string; type: "albums" }[];
            };
            UserCollectionAlbumsRelationshipAddOperation_Payload_Data: {
                id: string;
                type: "albums";
            };
            UserCollectionAlbumsRelationshipRemoveOperation_Payload: {
                data: { id: string; meta: { itemId: string }; type: "albums" }[];
            };
            UserCollectionAlbumsRelationshipRemoveOperation_Payload_Data: {
                id: string;
                meta: { itemId: string };
                type: "albums";
            };
            UserCollectionAlbumsRelationshipRemoveOperation_Payload_Data_Meta: {
                itemId: string;
            };
            UserCollectionArtistsRelationshipAddOperation_Payload: {
                data: { id: string; type: "artists" }[];
            };
            UserCollectionArtistsRelationshipAddOperation_Payload_Data: {
                id: string;
                type: "artists";
            };
            UserCollectionArtistsRelationshipRemoveOperation_Payload: {
                data: { id: string; meta: { itemId: string }; type: "artists" }[];
            };
            UserCollectionArtistsRelationshipRemoveOperation_Payload_Data: {
                id: string;
                meta: { itemId: string };
                type: "artists";
            };
            UserCollectionArtistsRelationshipRemoveOperation_Payload_Data_Meta: {
                itemId: string;
            };
            UserCollectionPlaylistsRelationshipRemoveOperation_Payload: {
                data: { id: string; type: "playlists" }[];
            };
            UserCollectionPlaylistsRelationshipRemoveOperation_Payload_Data: {
                id: string;
                type: "playlists";
            };
            UserCollectionPlaylistsRelationshipRemoveOperation_Payload_Data_Meta: {
                itemId: string;
            };
            UserCollections_Attributes: Record<string, never>;
            UserCollections_Multi_Data_Document: {
                data?: {
                    attributes?: Record<string, never>;
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        artists: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        playlists: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            UserCollections_Multi_Data_Relationship_Document: {
                data?: { id: string; type: string }[];
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: Record<string, never>;
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            playlists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            UserCollections_Relationships: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                playlists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            UserCollections_Resource: {
                attributes?: Record<string, never>;
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    artists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    playlists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            UserCollections_Single_Data_Document: {
                data?: {
                    attributes?: Record<string, never>;
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        artists: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        playlists: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                    };
                    type: string;
                };
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            UserEntitlements_Attributes: { entitlements: ("DJ" | "MUSIC")[] };
            UserEntitlements_Multi_Data_Document: {
                data?: {
                    attributes?: { entitlements: ("DJ" | "MUSIC")[] };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            UserEntitlements_Resource: {
                attributes?: { entitlements: ("DJ" | "MUSIC")[] };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            };
            UserEntitlements_Single_Data_Document: {
                data?: {
                    attributes?: { entitlements: ("DJ" | "MUSIC")[] };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                };
                links?: { next?: string; self: string };
            };
            UserPublicProfilePicks_Attributes: {
                colors: { primary: string; secondary: string };
                description: string;
                lastModifiedAt?: string;
                supportedContentType:
                    | "artists"
                    | "playlists"
                    | "tracks"
                    | "videos"
                    | "albums"
                    | "artistRoles"
                    | "providers"
                    | "searchresults"
                    | "userCollections"
                    | "userEntitlements"
                    | "userPublicProfilePicks"
                    | "userPublicProfiles"
                    | "userRecommendations"
                    | "users";
                title: string;
            };
            UserPublicProfilePicks_Multi_Data_Document: {
                data?: {
                    attributes?: {
                        colors: { primary: string; secondary: string };
                        description: string;
                        lastModifiedAt?: string;
                        supportedContentType:
                            | "artists"
                            | "playlists"
                            | "tracks"
                            | "videos"
                            | "albums"
                            | "artistRoles"
                            | "providers"
                            | "searchresults"
                            | "userCollections"
                            | "userEntitlements"
                            | "userPublicProfilePicks"
                            | "userPublicProfiles"
                            | "userRecommendations"
                            | "users";
                        title: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        item: {
                            data?: { id: string; type: string };
                            links?: { next?: (...) | (...); self: string };
                        };
                        userPublicProfile: {
                            data?: { id: string; type: string };
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                included?: {
                    attributes?: {
                        color: string[];
                        externalLinks?: { href: string; meta: { handle: ...; type: ... } }[];
                        handle?: string;
                        numberOfFollowers?: number;
                        numberOfFollows?: number;
                        picture?: { href: string };
                        profileName?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        followers: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        following: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        publicPicks: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        publicPlaylists: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            UserPublicProfilePicks_Relationships: {
                item: {
                    data?: { id: string; type: string };
                    links?: { next?: string; self: string };
                };
                userPublicProfile: {
                    data?: { id: string; type: string };
                    links?: { next?: string; self: string };
                };
            };
            UserPublicProfilePicks_Resource: {
                attributes?: {
                    colors: { primary: string; secondary: string };
                    description: string;
                    lastModifiedAt?: string;
                    supportedContentType:
                        | "artists"
                        | "playlists"
                        | "tracks"
                        | "videos"
                        | "albums"
                        | "artistRoles"
                        | "providers"
                        | "searchresults"
                        | "userCollections"
                        | "userEntitlements"
                        | "userPublicProfilePicks"
                        | "userPublicProfiles"
                        | "userRecommendations"
                        | "users";
                    title: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    item: {
                        data?: { id: string; type: string };
                        links?: { next?: string; self: string };
                    };
                    userPublicProfile: {
                        data?: { id: string; type: string };
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            UserPublicProfilePicks_Single_Data_Document: {
                data?: {
                    attributes?: {
                        colors: { primary: string; secondary: string };
                        description: string;
                        lastModifiedAt?: string;
                        supportedContentType:
                            | "artists"
                            | "playlists"
                            | "tracks"
                            | "videos"
                            | "albums"
                            | "artistRoles"
                            | "providers"
                            | "searchresults"
                            | "userCollections"
                            | "userEntitlements"
                            | "userPublicProfilePicks"
                            | "userPublicProfiles"
                            | "userRecommendations"
                            | "users";
                        title: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        item: {
                            data?: { id: string; type: string };
                            links?: { next?: string; self: string };
                        };
                        userPublicProfile: {
                            data?: { id: string; type: string };
                            links?: { next?: string; self: string };
                        };
                    };
                    type: string;
                };
                included?: {
                    attributes?: {
                        color: string[];
                        externalLinks?: { href: string; meta: { handle: ...; type: ... } }[];
                        handle?: string;
                        numberOfFollowers?: number;
                        numberOfFollows?: number;
                        picture?: { href: string };
                        profileName?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        followers: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        following: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        publicPicks: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        publicPlaylists: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            UserPublicProfilePicks_Singleton_Data_Relationship_Document: {
                data?: { id: string; type: string };
                included?: (
                    | {
                        attributes?: {
                            colors: { primary: string; secondary: string };
                            description: string;
                            lastModifiedAt?: string;
                            supportedContentType:
                                | "artists"
                                | "playlists"
                                | "tracks"
                                | "videos"
                                | "albums"
                                | "artistRoles"
                                | "providers"
                                | "searchresults"
                                | "userCollections"
                                | "userEntitlements"
                                | "userPublicProfilePicks"
                                | "userPublicProfiles"
                                | "userRecommendations"
                                | "users";
                            title: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            item: {
                                data?: { id: ...; type: ... };
                                links?: { next?: ...; self: ... };
                            };
                            userPublicProfile: {
                                data?: { id: ...; type: ... };
                                links?: { next?: ...; self: ... };
                            };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            color: string[];
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            numberOfFollowers?: number;
                            numberOfFollows?: number;
                            picture?: { href: string };
                            profileName?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            followers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            following: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            publicPicks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            publicPlaylists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            UserPublicProfiles_Attributes: {
                color: string[];
                externalLinks?: {
                    href: string;
                    meta: {
                        handle: string;
                        type: | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                    };
                }[];
                handle?: string;
                numberOfFollowers?: number;
                numberOfFollows?: number;
                picture?: { href: string };
                profileName?: string;
            };
            UserPublicProfiles_Multi_Data_Document: {
                data?: {
                    attributes?: {
                        color: string[];
                        externalLinks?: { href: string; meta: { handle: ...; type: ... } }[];
                        handle?: string;
                        numberOfFollowers?: number;
                        numberOfFollows?: number;
                        picture?: { href: string };
                        profileName?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        followers: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        following: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        publicPicks: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        publicPlaylists: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                included?: (
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            country: string;
                            email?: string;
                            emailVerified?: boolean;
                            firstName?: string;
                            lastName?: string;
                            username: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                    | {
                        attributes?: {
                            colors: { primary: string; secondary: string };
                            description: string;
                            lastModifiedAt?: string;
                            supportedContentType:
                                | "artists"
                                | "playlists"
                                | "tracks"
                                | "videos"
                                | "albums"
                                | "artistRoles"
                                | "providers"
                                | "searchresults"
                                | "userCollections"
                                | "userEntitlements"
                                | "userPublicProfilePicks"
                                | "userPublicProfiles"
                                | "userRecommendations"
                                | "users";
                            title: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            item: {
                                data?: { id: ...; type: ... };
                                links?: { next?: ...; self: ... };
                            };
                            userPublicProfile: {
                                data?: { id: ...; type: ... };
                                links?: { next?: ...; self: ... };
                            };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            UserPublicProfiles_Multi_Data_Relationship_Document: {
                data?: { id: string; type: string }[];
                included?: (
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            country: string;
                            email?: string;
                            emailVerified?: boolean;
                            firstName?: string;
                            lastName?: string;
                            username: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                    | {
                        attributes?: {
                            colors: { primary: string; secondary: string };
                            description: string;
                            lastModifiedAt?: string;
                            supportedContentType:
                                | "artists"
                                | "playlists"
                                | "tracks"
                                | "videos"
                                | "albums"
                                | "artistRoles"
                                | "providers"
                                | "searchresults"
                                | "userCollections"
                                | "userEntitlements"
                                | "userPublicProfilePicks"
                                | "userPublicProfiles"
                                | "userRecommendations"
                                | "users";
                            title: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            item: {
                                data?: { id: ...; type: ... };
                                links?: { next?: ...; self: ... };
                            };
                            userPublicProfile: {
                                data?: { id: ...; type: ... };
                                links?: { next?: ...; self: ... };
                            };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            color: string[];
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            numberOfFollowers?: number;
                            numberOfFollows?: number;
                            picture?: { href: string };
                            profileName?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            followers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            following: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            publicPicks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            publicPlaylists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            UserPublicProfiles_Relationships: {
                followers: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                following: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                publicPicks: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                publicPlaylists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            UserPublicProfiles_Resource: {
                attributes?: {
                    color: string[];
                    externalLinks?: {
                        href: string;
                        meta: {
                            handle: string;
                            type: | "TIDAL_SHARING"
                            | "TIDAL_AUTOPLAY_ANDROID"
                            | "TIDAL_AUTOPLAY_IOS"
                            | "TIDAL_AUTOPLAY_WEB"
                            | "TWITTER"
                            | "FACEBOOK"
                            | "INSTAGRAM"
                            | "TIKTOK"
                            | "SNAPCHAT"
                            | "HOMEPAGE";
                        };
                    }[];
                    handle?: string;
                    numberOfFollowers?: number;
                    numberOfFollows?: number;
                    picture?: { href: string };
                    profileName?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    followers: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    following: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    publicPicks: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    publicPlaylists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            UserPublicProfiles_Single_Data_Document: {
                data?: {
                    attributes?: {
                        color: string[];
                        externalLinks?: {
                            href: string;
                            meta: {
                                handle: string;
                                type: | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...);
                            };
                        }[];
                        handle?: string;
                        numberOfFollowers?: number;
                        numberOfFollows?: number;
                        picture?: { href: string };
                        profileName?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        followers: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        following: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        publicPicks: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        publicPlaylists: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                    };
                    type: string;
                };
                included?: (
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            country: string;
                            email?: string;
                            emailVerified?: boolean;
                            firstName?: string;
                            lastName?: string;
                            username: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                    | {
                        attributes?: {
                            colors: { primary: string; secondary: string };
                            description: string;
                            lastModifiedAt?: string;
                            supportedContentType:
                                | "artists"
                                | "playlists"
                                | "tracks"
                                | "videos"
                                | "albums"
                                | "artistRoles"
                                | "providers"
                                | "searchresults"
                                | "userCollections"
                                | "userEntitlements"
                                | "userPublicProfilePicks"
                                | "userPublicProfiles"
                                | "userRecommendations"
                                | "users";
                            title: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            item: {
                                data?: { id: ...; type: ... };
                                links?: { next?: ...; self: ... };
                            };
                            userPublicProfile: {
                                data?: { id: ...; type: ... };
                                links?: { next?: ...; self: ... };
                            };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            UserRecommendations_Attributes: Record<string, never>;
            UserRecommendations_Multi_Data_Document: {
                data?: {
                    attributes?: Record<string, never>;
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        discoveryMixes: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        myMixes: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        newArrivalMixes: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                included?: {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: {
                            href: string;
                            meta: {
                                type: | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...);
                            };
                        }[];
                        imageLinks: { href: string; meta: { height: number; width: number } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: {
                            data?: { id: ...; meta?: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        owners: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            UserRecommendations_Multi_Data_Relationship_Document: {
                data?: { id: string; type: string }[];
                included?: (
                    | {
                        attributes?: {
                            bounded: boolean;
                            createdAt: string;
                            description?: string;
                            duration?: string;
                            externalLinks: { href: string; meta: { type: ... } }[];
                            imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                            lastModifiedAt: string;
                            name: string;
                            numberOfItems?: number;
                            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                            privacy: "PUBLIC" | "PRIVATE";
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: Record<string, never>;
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            discoveryMixes: {
                                data?: (...)[];
                                links?: { next?: ...; self: ... };
                            };
                            myMixes: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            newArrivalMixes: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            UserRecommendations_Relationships: {
                discoveryMixes: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                myMixes: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                newArrivalMixes: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            UserRecommendations_Resource: {
                attributes?: Record<string, never>;
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    discoveryMixes: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    myMixes: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    newArrivalMixes: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            UserRecommendations_Single_Data_Document: {
                data?: {
                    attributes?: Record<string, never>;
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        discoveryMixes: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        myMixes: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        newArrivalMixes: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                    };
                    type: string;
                };
                included?: {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: {
                            href: string;
                            meta: {
                                type: | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...);
                            };
                        }[];
                        imageLinks: { href: string; meta: { height: number; width: number } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: {
                            data?: { id: ...; meta?: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        owners: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            Users_Attributes: {
                country: string;
                email?: string;
                emailVerified?: boolean;
                firstName?: string;
                lastName?: string;
                username: string;
            };
            Users_Multi_Data_Document: {
                data?: {
                    attributes?: {
                        country: string;
                        email?: string;
                        emailVerified?: boolean;
                        firstName?: string;
                        lastName?: string;
                        username: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            Users_Resource: {
                attributes?: {
                    country: string;
                    email?: string;
                    emailVerified?: boolean;
                    firstName?: string;
                    lastName?: string;
                    username: string;
                };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            };
            Users_Single_Data_Document: {
                data?: {
                    attributes?: {
                        country: string;
                        email?: string;
                        emailVerified?: boolean;
                        firstName?: string;
                        lastName?: string;
                        username: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                };
                links?: { next?: string; self: string };
            };
            Video_Link: { href: string; meta: { height: number; width: number } };
            Video_Link_Meta: { height: number; width: number };
            Videos_Attributes: {
                availability?: ("STREAM" | "DJ" | "STEM")[];
                copyright?: string;
                duration: string;
                explicit: boolean;
                externalLinks?: {
                    href: string;
                    meta: {
                        type:
                            | "TIDAL_SHARING"
                            | "TIDAL_AUTOPLAY_ANDROID"
                            | "TIDAL_AUTOPLAY_IOS"
                            | "TIDAL_AUTOPLAY_WEB"
                            | "TWITTER"
                            | "FACEBOOK"
                            | "INSTAGRAM"
                            | "TIKTOK"
                            | "SNAPCHAT"
                            | "HOMEPAGE";
                    };
                }[];
                imageLinks?: { href: string; meta: { height: number; width: number } }[];
                isrc: string;
                popularity: number;
                releaseDate?: string;
                title: string;
                version?: string;
            };
            Videos_Multi_Data_Document: {
                data?: {
                    attributes?: {
                        availability?: ("STREAM" | "DJ" | "STEM")[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: string; meta: { type: ... } }[];
                        imageLinks?: { href: string; meta: { height: ...; width: ... } }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        artists: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                        providers: {
                            data?: { id: ...; type: ... }[];
                            links?: { next?: (...) | (...); self: string };
                        };
                    };
                    type: string;
                }[];
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { name: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Videos_Multi_Data_Relationship_Document: {
                data?: { id: string; type: string }[];
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            isrc: string;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            version?: string;
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { name: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
            Videos_Relationships: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                providers: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            Videos_Resource: {
                attributes?: {
                    availability?: ("STREAM" | "DJ" | "STEM")[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: {
                        href: string;
                        meta: {
                            type:
                                | "TIDAL_SHARING"
                                | "TIDAL_AUTOPLAY_ANDROID"
                                | "TIDAL_AUTOPLAY_IOS"
                                | "TIDAL_AUTOPLAY_WEB"
                                | "TWITTER"
                                | "FACEBOOK"
                                | "INSTAGRAM"
                                | "TIKTOK"
                                | "SNAPCHAT"
                                | "HOMEPAGE";
                        };
                    }[];
                    imageLinks?: { href: string; meta: { height: number; width: number } }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    artists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    providers: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            Videos_Single_Data_Document: {
                data?: {
                    attributes?: {
                        availability?: ("STREAM" | "DJ" | "STEM")[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: {
                            href: string;
                            meta: {
                                type:
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...);
                            };
                        }[];
                        imageLinks?: { href: string; meta: { height: number; width: number } }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        artists: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                        providers: {
                            data?: { id: string; type: string }[];
                            links?: { next?: string; self: string };
                        };
                    };
                    type: string;
                };
                included?: (
                    | {
                        attributes?: {
                            availability?: ((...) | (...) | (...))[];
                            barcodeId: string;
                            copyright?: string;
                            duration: string;
                            explicit: boolean;
                            externalLinks?: { href: ...; meta: ... }[];
                            imageLinks?: { href: ...; meta: ... }[];
                            mediaTags: string[];
                            numberOfItems: number;
                            numberOfVolumes: number;
                            popularity: number;
                            releaseDate?: string;
                            title: string;
                            type: "ALBUM" | "EP" | "SINGLE";
                            videoLinks?: { href: ...; meta: ... }[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: {
                            externalLinks?: { href: ...; meta: ... }[];
                            handle?: string;
                            imageLinks?: { href: ...; meta: ... }[];
                            name: string;
                            popularity: number;
                            roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                        };
                        id: string;
                        links?: { next?: string; self: string };
                        relationships?: {
                            albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                            videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        };
                        type: string;
                    }
                    | {
                        attributes?: { name: string };
                        id: string;
                        links?: { next?: string; self: string };
                        type: string;
                    }
                )[];
                links?: { next?: string; self: string };
            };
        };
    }
    Index

    Properties

    headers: never
    parameters: never
    pathItems: never
    requestBodies: never
    responses: never
    schemas: {
        Albums_Attributes: {
            availability?: ("STREAM" | "DJ" | "STEM")[];
            barcodeId: string;
            copyright?: string;
            duration: string;
            explicit: boolean;
            externalLinks?: {
                href: string;
                meta: {
                    type:
                        | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                };
            }[];
            imageLinks?: { href: string; meta: { height: number; width: number } }[];
            mediaTags: string[];
            numberOfItems: number;
            numberOfVolumes: number;
            popularity: number;
            releaseDate?: string;
            title: string;
            type: "ALBUM" | "EP" | "SINGLE";
            videoLinks?: { href: string; meta: { height: number; width: number } }[];
        };
        Albums_Items_Multi_Data_Relationship_Document: {
            data?: {
                id: string;
                meta?: { trackNumber: number; volumeNumber: number };
                type: string;
            }[];
            links?: { next?: string; self: string };
        };
        Albums_Items_Resource_Identifier: {
            id: string;
            meta?: { trackNumber: number; volumeNumber: number };
            type: string;
        };
        Albums_Items_Resource_Identifier_Meta: {
            trackNumber: number;
            volumeNumber: number;
        };
        Albums_Multi_Data_Document: {
            data?: {
                attributes?: {
                    availability?: ("STREAM" | "DJ" | "STEM")[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: string; meta: { type: ... } }[];
                    imageLinks?: { href: string; meta: { height: ...; width: ... } }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: string; meta: { height: ...; width: ... } }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    items: {
                        data?: { id: ...; meta?: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    providers: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    similarAlbums: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Albums_Multi_Data_Relationship_Document: {
            data?: { id: string; type: string }[];
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Albums_Relationships: {
            artists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            items: {
                data?: {
                    id: string;
                    meta?: { trackNumber: number; volumeNumber: number };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            providers: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            similarAlbums: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        };
        Albums_Resource: {
            attributes?: {
                availability?: ("STREAM" | "DJ" | "STEM")[];
                barcodeId: string;
                copyright?: string;
                duration: string;
                explicit: boolean;
                externalLinks?: {
                    href: string;
                    meta: {
                        type:
                            | "TIDAL_SHARING"
                            | "TIDAL_AUTOPLAY_ANDROID"
                            | "TIDAL_AUTOPLAY_IOS"
                            | "TIDAL_AUTOPLAY_WEB"
                            | "TWITTER"
                            | "FACEBOOK"
                            | "INSTAGRAM"
                            | "TIKTOK"
                            | "SNAPCHAT"
                            | "HOMEPAGE";
                    };
                }[];
                imageLinks?: { href: string; meta: { height: number; width: number } }[];
                mediaTags: string[];
                numberOfItems: number;
                numberOfVolumes: number;
                popularity: number;
                releaseDate?: string;
                title: string;
                type: "ALBUM" | "EP" | "SINGLE";
                videoLinks?: { href: string; meta: { height: number; width: number } }[];
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                items: {
                    data?: {
                        id: string;
                        meta?: { trackNumber: number; volumeNumber: number };
                        type: string;
                    }[];
                    links?: { next?: string; self: string };
                };
                providers: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                similarAlbums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        };
        Albums_Single_Data_Document: {
            data?: {
                attributes?: {
                    availability?: ("STREAM" | "DJ" | "STEM")[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: {
                        href: string;
                        meta: {
                            type:
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...);
                        };
                    }[];
                    imageLinks?: { href: string; meta: { height: number; width: number } }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: string; meta: { height: number; width: number } }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    items: {
                        data?: { id: string; meta?: (...)
                        | (...); type: string }[];
                        links?: { next?: string; self: string };
                    };
                    providers: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    similarAlbums: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        ArtistRoles_Attributes: { name?: string };
        ArtistRoles_Multi_Data_Document: {
            data?: {
                attributes?: { name?: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }[];
            links?: { next?: string; self: string };
        };
        ArtistRoles_Resource: {
            attributes?: { name?: string };
            id: string;
            links?: { next?: string; self: string };
            type: string;
        };
        ArtistRoles_Single_Data_Document: {
            data?: {
                attributes?: { name?: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            };
            links?: { next?: string; self: string };
        };
        Artists_Attributes: {
            externalLinks?: {
                href: string;
                meta: {
                    type: | "TIDAL_SHARING"
                    | "TIDAL_AUTOPLAY_ANDROID"
                    | "TIDAL_AUTOPLAY_IOS"
                    | "TIDAL_AUTOPLAY_WEB"
                    | "TWITTER"
                    | "FACEBOOK"
                    | "INSTAGRAM"
                    | "TIKTOK"
                    | "SNAPCHAT"
                    | "HOMEPAGE";
                };
            }[];
            handle?: string;
            imageLinks?: { href: string; meta: { height: number; width: number } }[];
            name: string;
            popularity: number;
            roles?: (
                | "ARTIST"
                | "SONGWRITER"
                | "ENGINEER"
                | "PRODUCTION_TEAM"
                | "PERFORMER"
                | "PRODUCER"
                | "MISC"
            )[];
        };
        Artists_Multi_Data_Document: {
            data?: {
                attributes?: {
                    externalLinks?: { href: string; meta: { type: ... } }[];
                    handle?: string;
                    imageLinks?: { href: string; meta: { height: ...; width: ... } }[];
                    name: string;
                    popularity: number;
                    roles?: (
                        | "ARTIST"
                        | "SONGWRITER"
                        | "ENGINEER"
                        | "PRODUCTION_TEAM"
                        | "PERFORMER"
                        | "PRODUCER"
                        | "MISC"
                    )[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    radio: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    roles: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    similarArtists: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    trackProviders: {
                        data?: { id: ...; meta?: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    tracks: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    videos: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
                | {
                    attributes?: { name?: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Artists_Multi_Data_Relationship_Document: {
            data?: { id: string; type: string }[];
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
                | {
                    attributes?: { name?: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Artists_Relationships: {
            albums: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            radio: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            roles: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            similarArtists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            trackProviders: {
                data?: { id: string; meta?: { numberOfTracks: number }; type: string }[];
                links?: { next?: string; self: string };
            };
            tracks: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            videos: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        };
        Artists_Resource: {
            attributes?: {
                externalLinks?: {
                    href: string;
                    meta: {
                        type: | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                    };
                }[];
                handle?: string;
                imageLinks?: { href: string; meta: { height: number; width: number } }[];
                name: string;
                popularity: number;
                roles?: (
                    | "ARTIST"
                    | "SONGWRITER"
                    | "ENGINEER"
                    | "PRODUCTION_TEAM"
                    | "PERFORMER"
                    | "PRODUCER"
                    | "MISC"
                )[];
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                radio: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                roles: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                similarArtists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                trackProviders: {
                    data?: {
                        id: string;
                        meta?: { numberOfTracks: number };
                        type: string;
                    }[];
                    links?: { next?: string; self: string };
                };
                tracks: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                videos: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        };
        Artists_Single_Data_Document: {
            data?: {
                attributes?: {
                    externalLinks?: {
                        href: string;
                        meta: {
                            type: | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                        };
                    }[];
                    handle?: string;
                    imageLinks?: { href: string; meta: { height: number; width: number } }[];
                    name: string;
                    popularity: number;
                    roles?: (
                        | "ARTIST"
                        | "SONGWRITER"
                        | "ENGINEER"
                        | "PRODUCTION_TEAM"
                        | "PERFORMER"
                        | "PRODUCER"
                        | "MISC"
                    )[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    radio: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    roles: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    similarArtists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    trackProviders: {
                        data?: { id: string; meta?: (...)
                        | (...); type: string }[];
                        links?: { next?: string; self: string };
                    };
                    tracks: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    videos: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
                | {
                    attributes?: { name?: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Artists_TrackProviders_Multi_Data_Relationship_Document: {
            data?: { id: string; meta?: { numberOfTracks: number }; type: string }[];
            links?: { next?: string; self: string };
        };
        Artists_TrackProviders_Resource_Identifier: {
            id: string;
            meta?: { numberOfTracks: number };
            type: string;
        };
        Artists_TrackProviders_Resource_Identifier_Meta: { numberOfTracks: number };
        ArtistUpdateBody: {
            data: {
                attributes: {
                    handle?: string;
                    image?: { href: string; meta: { height: number; width: number } }[];
                    name?: string;
                };
                id: string;
                type: "artists";
            };
        };
        ArtistUpdateBody_Data: {
            attributes: {
                handle?: string;
                image?: { href: string; meta: { height: number; width: number } }[];
                name?: string;
            };
            id: string;
            type: "artists";
        };
        ArtistUpdateBody_Data_Attributes: {
            handle?: string;
            image?: { href: string; meta: { height: number; width: number } }[];
            name?: string;
        };
        Error_Document: {
            errors?: {
                code?: string;
                detail?: string;
                id?: string;
                source?: { header?: string; parameter?: string; pointer?: string };
                status?: string;
            }[];
            links?: { next?: string; self: string };
        };
        Error_Object: {
            code?: string;
            detail?: string;
            id?: string;
            source?: { header?: string; parameter?: string; pointer?: string };
            status?: string;
        };
        Error_Object_Source: {
            header?: string;
            parameter?: string;
            pointer?: string;
        };
        External_Link: {
            href: string;
            meta: {
                type: | "TIDAL_SHARING"
                | "TIDAL_AUTOPLAY_ANDROID"
                | "TIDAL_AUTOPLAY_IOS"
                | "TIDAL_AUTOPLAY_WEB"
                | "TWITTER"
                | "FACEBOOK"
                | "INSTAGRAM"
                | "TIKTOK"
                | "SNAPCHAT"
                | "HOMEPAGE";
            };
        };
        External_Link_Meta: {
            type: | "TIDAL_SHARING"
            | "TIDAL_AUTOPLAY_ANDROID"
            | "TIDAL_AUTOPLAY_IOS"
            | "TIDAL_AUTOPLAY_WEB"
            | "TWITTER"
            | "FACEBOOK"
            | "INSTAGRAM"
            | "TIKTOK"
            | "SNAPCHAT"
            | "HOMEPAGE";
        };
        Image_Link: { href: string; meta: { height: number; width: number } };
        Image_Link_Meta: { height: number; width: number };
        Links: { next?: string; self: string };
        Multi_Data_Relationship_Doc: {
            data?: { id: string; type: string }[];
            links?: { next?: string; self: string };
        };
        PlaylistCreateOperation_Payload: {
            data: {
                attributes: {
                    description?: string;
                    name: string;
                    privacy: "PUBLIC"
                    | "PRIVATE";
                };
                type: "playlists";
            };
        };
        PlaylistCreateOperation_Payload_Data: {
            attributes: {
                description?: string;
                name: string;
                privacy: "PUBLIC"
                | "PRIVATE";
            };
            type: "playlists";
        };
        PlaylistCreateOperation_Payload_Data_Attributes: {
            description?: string;
            name: string;
            privacy: "PUBLIC"
            | "PRIVATE";
        };
        PlaylistItemsRelationshipAddOperation_Payload: {
            data: { id: string; type: "tracks"
            | "videos" }[];
            meta?: { positionBefore: string };
        };
        PlaylistItemsRelationshipAddOperation_Payload_Data: {
            id: string;
            type: "tracks"
            | "videos";
        };
        PlaylistItemsRelationshipAddOperation_Payload_Meta: {
            positionBefore: string;
        };
        PlaylistItemsRelationshipRemoveOperation_Payload: {
            data: {
                id: string;
                meta: { itemId: string };
                type: "tracks" | "videos";
            }[];
        };
        PlaylistItemsRelationshipRemoveOperation_Payload_Data: {
            id: string;
            meta: { itemId: string };
            type: "tracks" | "videos";
        };
        PlaylistItemsRelationshipRemoveOperation_Payload_Data_Meta: {
            itemId: string;
        };
        PlaylistItemsRelationshipReorderOperation_Payload: {
            data: {
                id: string;
                meta: { itemId: string };
                type: "tracks" | "videos";
            }[];
            meta?: { positionBefore: string };
        };
        PlaylistItemsRelationshipReorderOperation_Payload_Data: {
            id: string;
            meta: { itemId: string };
            type: "tracks" | "videos";
        };
        PlaylistItemsRelationshipReorderOperation_Payload_Data_Meta: {
            itemId: string;
        };
        PlaylistItemsRelationshipReorderOperation_Payload_Meta: {
            positionBefore: string;
        };
        Playlists_Attributes: {
            bounded: boolean;
            createdAt: string;
            description?: string;
            duration?: string;
            externalLinks: {
                href: string;
                meta: {
                    type: | "TIDAL_SHARING"
                    | "TIDAL_AUTOPLAY_ANDROID"
                    | "TIDAL_AUTOPLAY_IOS"
                    | "TIDAL_AUTOPLAY_WEB"
                    | "TWITTER"
                    | "FACEBOOK"
                    | "INSTAGRAM"
                    | "TIKTOK"
                    | "SNAPCHAT"
                    | "HOMEPAGE";
                };
            }[];
            imageLinks: { href: string; meta: { height: number; width: number } }[];
            lastModifiedAt: string;
            name: string;
            numberOfItems?: number;
            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
            privacy: "PUBLIC" | "PRIVATE";
        };
        Playlists_Items_Multi_Data_Relationship_Document: {
            data?: {
                id: string;
                meta?: { addedAt?: string; itemId?: string };
                type: string;
            }[];
            links?: { next?: string; self: string };
        };
        Playlists_Items_Resource_Identifier: {
            id: string;
            meta?: { addedAt?: string; itemId?: string };
            type: string;
        };
        Playlists_Items_Resource_Identifier_Meta: {
            addedAt?: string;
            itemId?: string;
        };
        Playlists_Multi_Data_Document: {
            data?: {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: {
                        href: string;
                        meta: {
                            type: | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                        };
                    }[];
                    imageLinks: { href: string; meta: { height: number; width: number } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: {
                        data?: { id: ...; meta?: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    owners: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            included?: (
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        country: string;
                        email?: string;
                        emailVerified?: boolean;
                        firstName?: string;
                        lastName?: string;
                        username: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Playlists_Multi_Data_Relationship_Document: {
            data?: { id: string; type: string }[];
            included?: (
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        country: string;
                        email?: string;
                        emailVerified?: boolean;
                        firstName?: string;
                        lastName?: string;
                        username: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Playlists_Relationships: {
            items: {
                data?: {
                    id: string;
                    meta?: { addedAt?: string; itemId?: string };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            owners: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        };
        Playlists_Resource: {
            attributes?: {
                bounded: boolean;
                createdAt: string;
                description?: string;
                duration?: string;
                externalLinks: {
                    href: string;
                    meta: {
                        type: | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                    };
                }[];
                imageLinks: { href: string; meta: { height: number; width: number } }[];
                lastModifiedAt: string;
                name: string;
                numberOfItems?: number;
                playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                privacy: "PUBLIC" | "PRIVATE";
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                items: {
                    data?: {
                        id: string;
                        meta?: { addedAt?: (...) | (...); itemId?: (...) | (...) };
                        type: string;
                    }[];
                    links?: { next?: string; self: string };
                };
                owners: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        };
        Playlists_Single_Data_Document: {
            data?: {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: {
                        href: string;
                        meta: {
                            type: | "TIDAL_SHARING"
                            | "TIDAL_AUTOPLAY_ANDROID"
                            | "TIDAL_AUTOPLAY_IOS"
                            | "TIDAL_AUTOPLAY_WEB"
                            | "TWITTER"
                            | "FACEBOOK"
                            | "INSTAGRAM"
                            | "TIKTOK"
                            | "SNAPCHAT"
                            | "HOMEPAGE";
                        };
                    }[];
                    imageLinks: { href: string; meta: { height: number; width: number } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: {
                        data?: { id: string; meta?: (...) | (...); type: string }[];
                        links?: { next?: string; self: string };
                    };
                    owners: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            included?: (
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        country: string;
                        email?: string;
                        emailVerified?: boolean;
                        firstName?: string;
                        lastName?: string;
                        username: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        PlaylistUpdateOperation_Payload: {
            data: {
                attributes: {
                    description?: string;
                    name?: string;
                    privacy?: "PUBLIC"
                    | "PRIVATE";
                };
                id: string;
                type: "playlists";
            };
        };
        PlaylistUpdateOperation_Payload_Data: {
            attributes: {
                description?: string;
                name?: string;
                privacy?: "PUBLIC"
                | "PRIVATE";
            };
            id: string;
            type: "playlists";
        };
        PlaylistUpdateOperation_Payload_Data_Attributes: {
            description?: string;
            name?: string;
            privacy?: "PUBLIC"
            | "PRIVATE";
        };
        Prompt_Colors: { primary: string; secondary: string };
        Providers_Attributes: { name: string };
        Providers_Multi_Data_Document: {
            data?: {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }[];
            links?: { next?: string; self: string };
        };
        Providers_Resource: {
            attributes?: { name: string };
            id: string;
            links?: { next?: string; self: string };
            type: string;
        };
        Providers_Single_Data_Document: {
            data?: {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            };
            links?: { next?: string; self: string };
        };
        Resource_Identifier: { id: string; type: string };
        ResourceObjectObject: {
            attributes?: Record<string, never>;
            id: string;
            links?: { next?: string; self: string };
            relationships?: Record<string, never>;
            type: string;
        };
        Searchresults_Attributes: { didYouMean?: string; trackingId: string };
        Searchresults_Multi_Data_Document: {
            data?: {
                attributes?: { didYouMean?: string; trackingId: string };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    artists: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    playlists: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    topHits: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    tracks: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    videos: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Searchresults_Multi_Data_Relationship_Document: {
            data?: { id: string; type: string }[];
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { didYouMean?: string; trackingId: string };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        playlists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        topHits: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Searchresults_Relationships: {
            albums: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            artists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            playlists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            topHits: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            tracks: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            videos: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        };
        Searchresults_Resource: {
            attributes?: { didYouMean?: string; trackingId: string };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                playlists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                topHits: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                tracks: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                videos: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        };
        Searchresults_Single_Data_Document: {
            data?: {
                attributes?: { didYouMean?: string; trackingId: string };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    artists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    playlists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    topHits: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    tracks: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    videos: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Singleton_Data_Relationship_Doc: {
            data?: { id: string; type: string };
            links?: { next?: string; self: string };
        };
        Tracks_Attributes: {
            availability?: ("STREAM" | "DJ" | "STEM")[];
            copyright?: string;
            duration: string;
            explicit: boolean;
            externalLinks?: {
                href: string;
                meta: {
                    type:
                        | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                };
            }[];
            isrc: string;
            mediaTags: string[];
            popularity: number;
            title: string;
            version?: string;
        };
        Tracks_Multi_Data_Document: {
            data?: {
                attributes?: {
                    availability?: ("STREAM" | "DJ" | "STEM")[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: string; meta: { type: ... } }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    artists: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    providers: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    radio: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    similarTracks: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Tracks_Multi_Data_Relationship_Document: {
            data?: { id: string; type: string }[];
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Tracks_Relationships: {
            albums: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            artists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            providers: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            radio: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            similarTracks: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        };
        Tracks_Resource: {
            attributes?: {
                availability?: ("STREAM" | "DJ" | "STEM")[];
                copyright?: string;
                duration: string;
                explicit: boolean;
                externalLinks?: {
                    href: string;
                    meta: {
                        type:
                            | "TIDAL_SHARING"
                            | "TIDAL_AUTOPLAY_ANDROID"
                            | "TIDAL_AUTOPLAY_IOS"
                            | "TIDAL_AUTOPLAY_WEB"
                            | "TWITTER"
                            | "FACEBOOK"
                            | "INSTAGRAM"
                            | "TIKTOK"
                            | "SNAPCHAT"
                            | "HOMEPAGE";
                    };
                }[];
                isrc: string;
                mediaTags: string[];
                popularity: number;
                title: string;
                version?: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                providers: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                radio: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                similarTracks: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        };
        Tracks_Single_Data_Document: {
            data?: {
                attributes?: {
                    availability?: ("STREAM" | "DJ" | "STEM")[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: {
                        href: string;
                        meta: {
                            type:
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...);
                        };
                    }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    artists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    providers: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    radio: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    similarTracks: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        mediaTags: string[];
                        popularity: number;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        User_Public_Profiles_Attributes_Picture: { href: string };
        User_Public_Profiles_External_Link: {
            href: string;
            meta: {
                handle: string;
                type:
                    | "TIDAL_SHARING"
                    | "TIDAL_AUTOPLAY_ANDROID"
                    | "TIDAL_AUTOPLAY_IOS"
                    | "TIDAL_AUTOPLAY_WEB"
                    | "TWITTER"
                    | "FACEBOOK"
                    | "INSTAGRAM"
                    | "TIKTOK"
                    | "SNAPCHAT"
                    | "HOMEPAGE";
            };
        };
        User_Public_Profiles_External_Link_Meta: {
            handle: string;
            type: | "TIDAL_SHARING"
            | "TIDAL_AUTOPLAY_ANDROID"
            | "TIDAL_AUTOPLAY_IOS"
            | "TIDAL_AUTOPLAY_WEB"
            | "TWITTER"
            | "FACEBOOK"
            | "INSTAGRAM"
            | "TIKTOK"
            | "SNAPCHAT"
            | "HOMEPAGE";
        };
        UserCollectionAlbumsRelationshipAddOperation_Payload: {
            data: { id: string; type: "albums" }[];
        };
        UserCollectionAlbumsRelationshipAddOperation_Payload_Data: {
            id: string;
            type: "albums";
        };
        UserCollectionAlbumsRelationshipRemoveOperation_Payload: {
            data: { id: string; meta: { itemId: string }; type: "albums" }[];
        };
        UserCollectionAlbumsRelationshipRemoveOperation_Payload_Data: {
            id: string;
            meta: { itemId: string };
            type: "albums";
        };
        UserCollectionAlbumsRelationshipRemoveOperation_Payload_Data_Meta: {
            itemId: string;
        };
        UserCollectionArtistsRelationshipAddOperation_Payload: {
            data: { id: string; type: "artists" }[];
        };
        UserCollectionArtistsRelationshipAddOperation_Payload_Data: {
            id: string;
            type: "artists";
        };
        UserCollectionArtistsRelationshipRemoveOperation_Payload: {
            data: { id: string; meta: { itemId: string }; type: "artists" }[];
        };
        UserCollectionArtistsRelationshipRemoveOperation_Payload_Data: {
            id: string;
            meta: { itemId: string };
            type: "artists";
        };
        UserCollectionArtistsRelationshipRemoveOperation_Payload_Data_Meta: {
            itemId: string;
        };
        UserCollectionPlaylistsRelationshipRemoveOperation_Payload: {
            data: { id: string; type: "playlists" }[];
        };
        UserCollectionPlaylistsRelationshipRemoveOperation_Payload_Data: {
            id: string;
            type: "playlists";
        };
        UserCollectionPlaylistsRelationshipRemoveOperation_Payload_Data_Meta: {
            itemId: string;
        };
        UserCollections_Attributes: Record<string, never>;
        UserCollections_Multi_Data_Document: {
            data?: {
                attributes?: Record<string, never>;
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    artists: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    playlists: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        UserCollections_Multi_Data_Relationship_Document: {
            data?: { id: string; type: string }[];
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: Record<string, never>;
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        playlists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        UserCollections_Relationships: {
            albums: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            artists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            playlists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        };
        UserCollections_Resource: {
            attributes?: Record<string, never>;
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                playlists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        };
        UserCollections_Single_Data_Document: {
            data?: {
                attributes?: Record<string, never>;
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    artists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    playlists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        UserEntitlements_Attributes: { entitlements: ("DJ" | "MUSIC")[] };
        UserEntitlements_Multi_Data_Document: {
            data?: {
                attributes?: { entitlements: ("DJ" | "MUSIC")[] };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }[];
            links?: { next?: string; self: string };
        };
        UserEntitlements_Resource: {
            attributes?: { entitlements: ("DJ" | "MUSIC")[] };
            id: string;
            links?: { next?: string; self: string };
            type: string;
        };
        UserEntitlements_Single_Data_Document: {
            data?: {
                attributes?: { entitlements: ("DJ" | "MUSIC")[] };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            };
            links?: { next?: string; self: string };
        };
        UserPublicProfilePicks_Attributes: {
            colors: { primary: string; secondary: string };
            description: string;
            lastModifiedAt?: string;
            supportedContentType:
                | "artists"
                | "playlists"
                | "tracks"
                | "videos"
                | "albums"
                | "artistRoles"
                | "providers"
                | "searchresults"
                | "userCollections"
                | "userEntitlements"
                | "userPublicProfilePicks"
                | "userPublicProfiles"
                | "userRecommendations"
                | "users";
            title: string;
        };
        UserPublicProfilePicks_Multi_Data_Document: {
            data?: {
                attributes?: {
                    colors: { primary: string; secondary: string };
                    description: string;
                    lastModifiedAt?: string;
                    supportedContentType:
                        | "artists"
                        | "playlists"
                        | "tracks"
                        | "videos"
                        | "albums"
                        | "artistRoles"
                        | "providers"
                        | "searchresults"
                        | "userCollections"
                        | "userEntitlements"
                        | "userPublicProfilePicks"
                        | "userPublicProfiles"
                        | "userRecommendations"
                        | "users";
                    title: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    item: {
                        data?: { id: string; type: string };
                        links?: { next?: (...) | (...); self: string };
                    };
                    userPublicProfile: {
                        data?: { id: string; type: string };
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            included?: {
                attributes?: {
                    color: string[];
                    externalLinks?: { href: string; meta: { handle: ...; type: ... } }[];
                    handle?: string;
                    numberOfFollowers?: number;
                    numberOfFollows?: number;
                    picture?: { href: string };
                    profileName?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    followers: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    following: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    publicPicks: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    publicPlaylists: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            links?: { next?: string; self: string };
        };
        UserPublicProfilePicks_Relationships: {
            item: {
                data?: { id: string; type: string };
                links?: { next?: string; self: string };
            };
            userPublicProfile: {
                data?: { id: string; type: string };
                links?: { next?: string; self: string };
            };
        };
        UserPublicProfilePicks_Resource: {
            attributes?: {
                colors: { primary: string; secondary: string };
                description: string;
                lastModifiedAt?: string;
                supportedContentType:
                    | "artists"
                    | "playlists"
                    | "tracks"
                    | "videos"
                    | "albums"
                    | "artistRoles"
                    | "providers"
                    | "searchresults"
                    | "userCollections"
                    | "userEntitlements"
                    | "userPublicProfilePicks"
                    | "userPublicProfiles"
                    | "userRecommendations"
                    | "users";
                title: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                item: {
                    data?: { id: string; type: string };
                    links?: { next?: string; self: string };
                };
                userPublicProfile: {
                    data?: { id: string; type: string };
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        };
        UserPublicProfilePicks_Single_Data_Document: {
            data?: {
                attributes?: {
                    colors: { primary: string; secondary: string };
                    description: string;
                    lastModifiedAt?: string;
                    supportedContentType:
                        | "artists"
                        | "playlists"
                        | "tracks"
                        | "videos"
                        | "albums"
                        | "artistRoles"
                        | "providers"
                        | "searchresults"
                        | "userCollections"
                        | "userEntitlements"
                        | "userPublicProfilePicks"
                        | "userPublicProfiles"
                        | "userRecommendations"
                        | "users";
                    title: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    item: {
                        data?: { id: string; type: string };
                        links?: { next?: string; self: string };
                    };
                    userPublicProfile: {
                        data?: { id: string; type: string };
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            included?: {
                attributes?: {
                    color: string[];
                    externalLinks?: { href: string; meta: { handle: ...; type: ... } }[];
                    handle?: string;
                    numberOfFollowers?: number;
                    numberOfFollows?: number;
                    picture?: { href: string };
                    profileName?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    followers: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    following: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    publicPicks: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    publicPlaylists: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            links?: { next?: string; self: string };
        };
        UserPublicProfilePicks_Singleton_Data_Relationship_Document: {
            data?: { id: string; type: string };
            included?: (
                | {
                    attributes?: {
                        colors: { primary: string; secondary: string };
                        description: string;
                        lastModifiedAt?: string;
                        supportedContentType:
                            | "artists"
                            | "playlists"
                            | "tracks"
                            | "videos"
                            | "albums"
                            | "artistRoles"
                            | "providers"
                            | "searchresults"
                            | "userCollections"
                            | "userEntitlements"
                            | "userPublicProfilePicks"
                            | "userPublicProfiles"
                            | "userRecommendations"
                            | "users";
                        title: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        item: {
                            data?: { id: ...; type: ... };
                            links?: { next?: ...; self: ... };
                        };
                        userPublicProfile: {
                            data?: { id: ...; type: ... };
                            links?: { next?: ...; self: ... };
                        };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        color: string[];
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        numberOfFollowers?: number;
                        numberOfFollows?: number;
                        picture?: { href: string };
                        profileName?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        followers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        following: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        publicPicks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        publicPlaylists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        UserPublicProfiles_Attributes: {
            color: string[];
            externalLinks?: {
                href: string;
                meta: {
                    handle: string;
                    type: | "TIDAL_SHARING"
                    | "TIDAL_AUTOPLAY_ANDROID"
                    | "TIDAL_AUTOPLAY_IOS"
                    | "TIDAL_AUTOPLAY_WEB"
                    | "TWITTER"
                    | "FACEBOOK"
                    | "INSTAGRAM"
                    | "TIKTOK"
                    | "SNAPCHAT"
                    | "HOMEPAGE";
                };
            }[];
            handle?: string;
            numberOfFollowers?: number;
            numberOfFollows?: number;
            picture?: { href: string };
            profileName?: string;
        };
        UserPublicProfiles_Multi_Data_Document: {
            data?: {
                attributes?: {
                    color: string[];
                    externalLinks?: { href: string; meta: { handle: ...; type: ... } }[];
                    handle?: string;
                    numberOfFollowers?: number;
                    numberOfFollows?: number;
                    picture?: { href: string };
                    profileName?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    followers: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    following: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    publicPicks: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    publicPlaylists: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            included?: (
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        country: string;
                        email?: string;
                        emailVerified?: boolean;
                        firstName?: string;
                        lastName?: string;
                        username: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
                | {
                    attributes?: {
                        colors: { primary: string; secondary: string };
                        description: string;
                        lastModifiedAt?: string;
                        supportedContentType:
                            | "artists"
                            | "playlists"
                            | "tracks"
                            | "videos"
                            | "albums"
                            | "artistRoles"
                            | "providers"
                            | "searchresults"
                            | "userCollections"
                            | "userEntitlements"
                            | "userPublicProfilePicks"
                            | "userPublicProfiles"
                            | "userRecommendations"
                            | "users";
                        title: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        item: {
                            data?: { id: ...; type: ... };
                            links?: { next?: ...; self: ... };
                        };
                        userPublicProfile: {
                            data?: { id: ...; type: ... };
                            links?: { next?: ...; self: ... };
                        };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        UserPublicProfiles_Multi_Data_Relationship_Document: {
            data?: { id: string; type: string }[];
            included?: (
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        country: string;
                        email?: string;
                        emailVerified?: boolean;
                        firstName?: string;
                        lastName?: string;
                        username: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
                | {
                    attributes?: {
                        colors: { primary: string; secondary: string };
                        description: string;
                        lastModifiedAt?: string;
                        supportedContentType:
                            | "artists"
                            | "playlists"
                            | "tracks"
                            | "videos"
                            | "albums"
                            | "artistRoles"
                            | "providers"
                            | "searchresults"
                            | "userCollections"
                            | "userEntitlements"
                            | "userPublicProfilePicks"
                            | "userPublicProfiles"
                            | "userRecommendations"
                            | "users";
                        title: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        item: {
                            data?: { id: ...; type: ... };
                            links?: { next?: ...; self: ... };
                        };
                        userPublicProfile: {
                            data?: { id: ...; type: ... };
                            links?: { next?: ...; self: ... };
                        };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        color: string[];
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        numberOfFollowers?: number;
                        numberOfFollows?: number;
                        picture?: { href: string };
                        profileName?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        followers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        following: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        publicPicks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        publicPlaylists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        UserPublicProfiles_Relationships: {
            followers: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            following: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            publicPicks: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            publicPlaylists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        };
        UserPublicProfiles_Resource: {
            attributes?: {
                color: string[];
                externalLinks?: {
                    href: string;
                    meta: {
                        handle: string;
                        type: | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                    };
                }[];
                handle?: string;
                numberOfFollowers?: number;
                numberOfFollows?: number;
                picture?: { href: string };
                profileName?: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                followers: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                following: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                publicPicks: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                publicPlaylists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        };
        UserPublicProfiles_Single_Data_Document: {
            data?: {
                attributes?: {
                    color: string[];
                    externalLinks?: {
                        href: string;
                        meta: {
                            handle: string;
                            type: | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                        };
                    }[];
                    handle?: string;
                    numberOfFollowers?: number;
                    numberOfFollows?: number;
                    picture?: { href: string };
                    profileName?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    followers: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    following: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    publicPicks: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    publicPlaylists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            included?: (
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        country: string;
                        email?: string;
                        emailVerified?: boolean;
                        firstName?: string;
                        lastName?: string;
                        username: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
                | {
                    attributes?: {
                        colors: { primary: string; secondary: string };
                        description: string;
                        lastModifiedAt?: string;
                        supportedContentType:
                            | "artists"
                            | "playlists"
                            | "tracks"
                            | "videos"
                            | "albums"
                            | "artistRoles"
                            | "providers"
                            | "searchresults"
                            | "userCollections"
                            | "userEntitlements"
                            | "userPublicProfilePicks"
                            | "userPublicProfiles"
                            | "userRecommendations"
                            | "users";
                        title: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        item: {
                            data?: { id: ...; type: ... };
                            links?: { next?: ...; self: ... };
                        };
                        userPublicProfile: {
                            data?: { id: ...; type: ... };
                            links?: { next?: ...; self: ... };
                        };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        UserRecommendations_Attributes: Record<string, never>;
        UserRecommendations_Multi_Data_Document: {
            data?: {
                attributes?: Record<string, never>;
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    discoveryMixes: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    myMixes: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    newArrivalMixes: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            included?: {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: {
                        href: string;
                        meta: {
                            type: | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                        };
                    }[];
                    imageLinks: { href: string; meta: { height: number; width: number } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: {
                        data?: { id: ...; meta?: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    owners: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            links?: { next?: string; self: string };
        };
        UserRecommendations_Multi_Data_Relationship_Document: {
            data?: { id: string; type: string }[];
            included?: (
                | {
                    attributes?: {
                        bounded: boolean;
                        createdAt: string;
                        description?: string;
                        duration?: string;
                        externalLinks: { href: string; meta: { type: ... } }[];
                        imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                        lastModifiedAt: string;
                        name: string;
                        numberOfItems?: number;
                        playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                        privacy: "PUBLIC" | "PRIVATE";
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: Record<string, never>;
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        discoveryMixes: {
                            data?: (...)[];
                            links?: { next?: ...; self: ... };
                        };
                        myMixes: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        newArrivalMixes: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        UserRecommendations_Relationships: {
            discoveryMixes: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            myMixes: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            newArrivalMixes: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        };
        UserRecommendations_Resource: {
            attributes?: Record<string, never>;
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                discoveryMixes: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                myMixes: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                newArrivalMixes: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        };
        UserRecommendations_Single_Data_Document: {
            data?: {
                attributes?: Record<string, never>;
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    discoveryMixes: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    myMixes: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    newArrivalMixes: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            included?: {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: {
                        href: string;
                        meta: {
                            type: | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                        };
                    }[];
                    imageLinks: { href: string; meta: { height: number; width: number } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: {
                        data?: { id: ...; meta?: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    owners: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            links?: { next?: string; self: string };
        };
        Users_Attributes: {
            country: string;
            email?: string;
            emailVerified?: boolean;
            firstName?: string;
            lastName?: string;
            username: string;
        };
        Users_Multi_Data_Document: {
            data?: {
                attributes?: {
                    country: string;
                    email?: string;
                    emailVerified?: boolean;
                    firstName?: string;
                    lastName?: string;
                    username: string;
                };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }[];
            links?: { next?: string; self: string };
        };
        Users_Resource: {
            attributes?: {
                country: string;
                email?: string;
                emailVerified?: boolean;
                firstName?: string;
                lastName?: string;
                username: string;
            };
            id: string;
            links?: { next?: string; self: string };
            type: string;
        };
        Users_Single_Data_Document: {
            data?: {
                attributes?: {
                    country: string;
                    email?: string;
                    emailVerified?: boolean;
                    firstName?: string;
                    lastName?: string;
                    username: string;
                };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            };
            links?: { next?: string; self: string };
        };
        Video_Link: { href: string; meta: { height: number; width: number } };
        Video_Link_Meta: { height: number; width: number };
        Videos_Attributes: {
            availability?: ("STREAM" | "DJ" | "STEM")[];
            copyright?: string;
            duration: string;
            explicit: boolean;
            externalLinks?: {
                href: string;
                meta: {
                    type:
                        | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                };
            }[];
            imageLinks?: { href: string; meta: { height: number; width: number } }[];
            isrc: string;
            popularity: number;
            releaseDate?: string;
            title: string;
            version?: string;
        };
        Videos_Multi_Data_Document: {
            data?: {
                attributes?: {
                    availability?: ("STREAM" | "DJ" | "STEM")[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: string; meta: { type: ... } }[];
                    imageLinks?: { href: string; meta: { height: ...; width: ... } }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    artists: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                    providers: {
                        data?: { id: ...; type: ... }[];
                        links?: { next?: (...) | (...); self: string };
                    };
                };
                type: string;
            }[];
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Videos_Multi_Data_Relationship_Document: {
            data?: { id: string; type: string }[];
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        isrc: string;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        version?: string;
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
        Videos_Relationships: {
            albums: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            artists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            providers: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        };
        Videos_Resource: {
            attributes?: {
                availability?: ("STREAM" | "DJ" | "STEM")[];
                copyright?: string;
                duration: string;
                explicit: boolean;
                externalLinks?: {
                    href: string;
                    meta: {
                        type:
                            | "TIDAL_SHARING"
                            | "TIDAL_AUTOPLAY_ANDROID"
                            | "TIDAL_AUTOPLAY_IOS"
                            | "TIDAL_AUTOPLAY_WEB"
                            | "TWITTER"
                            | "FACEBOOK"
                            | "INSTAGRAM"
                            | "TIKTOK"
                            | "SNAPCHAT"
                            | "HOMEPAGE";
                    };
                }[];
                imageLinks?: { href: string; meta: { height: number; width: number } }[];
                isrc: string;
                popularity: number;
                releaseDate?: string;
                title: string;
                version?: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                providers: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        };
        Videos_Single_Data_Document: {
            data?: {
                attributes?: {
                    availability?: ("STREAM" | "DJ" | "STEM")[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: {
                        href: string;
                        meta: {
                            type:
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...);
                        };
                    }[];
                    imageLinks?: { href: string; meta: { height: number; width: number } }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    artists: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                    providers: {
                        data?: { id: string; type: string }[];
                        links?: { next?: string; self: string };
                    };
                };
                type: string;
            };
            included?: (
                | {
                    attributes?: {
                        availability?: ((...) | (...) | (...))[];
                        barcodeId: string;
                        copyright?: string;
                        duration: string;
                        explicit: boolean;
                        externalLinks?: { href: ...; meta: ... }[];
                        imageLinks?: { href: ...; meta: ... }[];
                        mediaTags: string[];
                        numberOfItems: number;
                        numberOfVolumes: number;
                        popularity: number;
                        releaseDate?: string;
                        title: string;
                        type: "ALBUM" | "EP" | "SINGLE";
                        videoLinks?: { href: ...; meta: ... }[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: {
                        externalLinks?: { href: ...; meta: ... }[];
                        handle?: string;
                        imageLinks?: { href: ...; meta: ... }[];
                        name: string;
                        popularity: number;
                        roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                    };
                    id: string;
                    links?: { next?: string; self: string };
                    relationships?: {
                        albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                        videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    };
                    type: string;
                }
                | {
                    attributes?: { name: string };
                    id: string;
                    links?: { next?: string; self: string };
                    type: string;
                }
            )[];
            links?: { next?: string; self: string };
        };
    }

    Type declaration

    • Albums_Attributes: {
          availability?: ("STREAM" | "DJ" | "STEM")[];
          barcodeId: string;
          copyright?: string;
          duration: string;
          explicit: boolean;
          externalLinks?: {
              href: string;
              meta: {
                  type:
                      | "TIDAL_SHARING"
                      | "TIDAL_AUTOPLAY_ANDROID"
                      | "TIDAL_AUTOPLAY_IOS"
                      | "TIDAL_AUTOPLAY_WEB"
                      | "TWITTER"
                      | "FACEBOOK"
                      | "INSTAGRAM"
                      | "TIKTOK"
                      | "SNAPCHAT"
                      | "HOMEPAGE";
              };
          }[];
          imageLinks?: { href: string; meta: { height: number; width: number } }[];
          mediaTags: string[];
          numberOfItems: number;
          numberOfVolumes: number;
          popularity: number;
          releaseDate?: string;
          title: string;
          type: "ALBUM" | "EP" | "SINGLE";
          videoLinks?: { href: string; meta: { height: number; width: number } }[];
      }
      • Optionalavailability?: ("STREAM" | "DJ" | "STEM")[]

        Defines an album availability e.g. for streaming, DJs, stems

      • barcodeId: string

        Barcode id (EAN-13 or UPC-A)

        00854242007552
        
      • Optionalcopyright?: string

        Copyright information

        (p)(c) 2017 S. CARTER ENTERPRISES, LLC. MARKETED BY ROC NATION & DISTRIBUTED BY ROC NATION/UMG RECORDINGS INC.
        
      • duration: string

        Duration (ISO-8601)

        P41M5S
        
      • explicit: boolean

        Indicates whether an album consist of any explicit content

        true
        
      • OptionalexternalLinks?: {
            href: string;
            meta: {
                type:
                    | "TIDAL_SHARING"
                    | "TIDAL_AUTOPLAY_ANDROID"
                    | "TIDAL_AUTOPLAY_IOS"
                    | "TIDAL_AUTOPLAY_WEB"
                    | "TWITTER"
                    | "FACEBOOK"
                    | "INSTAGRAM"
                    | "TIKTOK"
                    | "SNAPCHAT"
                    | "HOMEPAGE";
            };
        }[]

        Represents available links to something that is related to an album resource, but external to the TIDAL API

      • OptionalimageLinks?: { href: string; meta: { height: number; width: number } }[]

        Represents available links to, and metadata about, an album cover images

      • mediaTags: string[]
      • numberOfItems: number

        Format: int32

        Number of album items

        13
        
      • numberOfVolumes: number

        Format: int32

        Number of volumes

        1
        
      • popularity: number

        Format: double

        Album popularity (ranged in 0.00 ... 1.00). Conditionally visible

        0.56
        
      • OptionalreleaseDate?: string

        Format: date

        Release date (ISO-8601)

        2017-06-30
        
      • title: string

        Original title

        4:44
        
      • type: "ALBUM" | "EP" | "SINGLE"

        Album type, e.g. single, regular album, or extended play

      • OptionalvideoLinks?: { href: string; meta: { height: number; width: number } }[]

        Represents available links to, and metadata about, an album cover videos

    • Albums_Items_Multi_Data_Relationship_Document: {
          data?: {
              id: string;
              meta?: { trackNumber: number; volumeNumber: number };
              type: string;
          }[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            id: string;
            meta?: { trackNumber: number; volumeNumber: number };
            type: string;
        }[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Albums_Items_Resource_Identifier: {
          id: string;
          meta?: { trackNumber: number; volumeNumber: number };
          type: string;
      }

      Resource identifier JSON:API object

      • id: string

        resource unique identifier

        12345
        
      • Optionalmeta?: { trackNumber: number; volumeNumber: number }
        • trackNumber: number

          Format: int32

          track number

          4
          
        • volumeNumber: number

          Format: int32

          volume number

          1
          
      • type: string

        resource unique type

        tracks
        
    • Albums_Items_Resource_Identifier_Meta: { trackNumber: number; volumeNumber: number }
      • trackNumber: number

        Format: int32

        track number

        4
        
      • volumeNumber: number

        Format: int32

        volume number

        1
        
    • Albums_Multi_Data_Document: {
          data?: {
              attributes?: {
                  availability?: ("STREAM" | "DJ" | "STEM")[];
                  barcodeId: string;
                  copyright?: string;
                  duration: string;
                  explicit: boolean;
                  externalLinks?: { href: string; meta: { type: ... } }[];
                  imageLinks?: { href: string; meta: { height: ...; width: ... } }[];
                  mediaTags: string[];
                  numberOfItems: number;
                  numberOfVolumes: number;
                  popularity: number;
                  releaseDate?: string;
                  title: string;
                  type: "ALBUM" | "EP" | "SINGLE";
                  videoLinks?: { href: string; meta: { height: ...; width: ... } }[];
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  artists: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  items: {
                      data?: { id: ...; meta?: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  providers: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  similarAlbums: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { name: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                availability?: ("STREAM" | "DJ" | "STEM")[];
                barcodeId: string;
                copyright?: string;
                duration: string;
                explicit: boolean;
                externalLinks?: { href: string; meta: { type: ... } }[];
                imageLinks?: { href: string; meta: { height: ...; width: ... } }[];
                mediaTags: string[];
                numberOfItems: number;
                numberOfVolumes: number;
                popularity: number;
                releaseDate?: string;
                title: string;
                type: "ALBUM" | "EP" | "SINGLE";
                videoLinks?: { href: string; meta: { height: ...; width: ... } }[];
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                artists: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                items: {
                    data?: { id: ...; meta?: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                providers: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                similarAlbums: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Albums_Multi_Data_Relationship_Document: {
          data?: { id: string; type: string }[];
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { name: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; type: string }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Albums_Relationships: {
          artists: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          items: {
              data?: {
                  id: string;
                  meta?: { trackNumber: number; volumeNumber: number };
                  type: string;
              }[];
              links?: { next?: string; self: string };
          };
          providers: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          similarAlbums: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
      }
    • Albums_Resource: {
          attributes?: {
              availability?: ("STREAM" | "DJ" | "STEM")[];
              barcodeId: string;
              copyright?: string;
              duration: string;
              explicit: boolean;
              externalLinks?: {
                  href: string;
                  meta: {
                      type:
                          | "TIDAL_SHARING"
                          | "TIDAL_AUTOPLAY_ANDROID"
                          | "TIDAL_AUTOPLAY_IOS"
                          | "TIDAL_AUTOPLAY_WEB"
                          | "TWITTER"
                          | "FACEBOOK"
                          | "INSTAGRAM"
                          | "TIKTOK"
                          | "SNAPCHAT"
                          | "HOMEPAGE";
                  };
              }[];
              imageLinks?: { href: string; meta: { height: number; width: number } }[];
              mediaTags: string[];
              numberOfItems: number;
              numberOfVolumes: number;
              popularity: number;
              releaseDate?: string;
              title: string;
              type: "ALBUM" | "EP" | "SINGLE";
              videoLinks?: { href: string; meta: { height: number; width: number } }[];
          };
          id: string;
          links?: { next?: string; self: string };
          relationships?: {
              artists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              items: {
                  data?: {
                      id: string;
                      meta?: { trackNumber: number; volumeNumber: number };
                      type: string;
                  }[];
                  links?: { next?: string; self: string };
              };
              providers: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              similarAlbums: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          };
          type: string;
      }
      • Optionalattributes?: {
            availability?: ("STREAM" | "DJ" | "STEM")[];
            barcodeId: string;
            copyright?: string;
            duration: string;
            explicit: boolean;
            externalLinks?: {
                href: string;
                meta: {
                    type:
                        | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                };
            }[];
            imageLinks?: { href: string; meta: { height: number; width: number } }[];
            mediaTags: string[];
            numberOfItems: number;
            numberOfVolumes: number;
            popularity: number;
            releaseDate?: string;
            title: string;
            type: "ALBUM" | "EP" | "SINGLE";
            videoLinks?: { href: string; meta: { height: number; width: number } }[];
        }
        • Optionalavailability?: ("STREAM" | "DJ" | "STEM")[]

          Defines an album availability e.g. for streaming, DJs, stems

        • barcodeId: string

          Barcode id (EAN-13 or UPC-A)

          00854242007552
          
        • Optionalcopyright?: string

          Copyright information

          (p)(c) 2017 S. CARTER ENTERPRISES, LLC. MARKETED BY ROC NATION & DISTRIBUTED BY ROC NATION/UMG RECORDINGS INC.
          
        • duration: string

          Duration (ISO-8601)

          P41M5S
          
        • explicit: boolean

          Indicates whether an album consist of any explicit content

          true
          
        • OptionalexternalLinks?: {
              href: string;
              meta: {
                  type:
                      | "TIDAL_SHARING"
                      | "TIDAL_AUTOPLAY_ANDROID"
                      | "TIDAL_AUTOPLAY_IOS"
                      | "TIDAL_AUTOPLAY_WEB"
                      | "TWITTER"
                      | "FACEBOOK"
                      | "INSTAGRAM"
                      | "TIKTOK"
                      | "SNAPCHAT"
                      | "HOMEPAGE";
              };
          }[]

          Represents available links to something that is related to an album resource, but external to the TIDAL API

        • OptionalimageLinks?: { href: string; meta: { height: number; width: number } }[]

          Represents available links to, and metadata about, an album cover images

        • mediaTags: string[]
        • numberOfItems: number

          Format: int32

          Number of album items

          13
          
        • numberOfVolumes: number

          Format: int32

          Number of volumes

          1
          
        • popularity: number

          Format: double

          Album popularity (ranged in 0.00 ... 1.00). Conditionally visible

          0.56
          
        • OptionalreleaseDate?: string

          Format: date

          Release date (ISO-8601)

          2017-06-30
          
        • title: string

          Original title

          4:44
          
        • type: "ALBUM" | "EP" | "SINGLE"

          Album type, e.g. single, regular album, or extended play

        • OptionalvideoLinks?: { href: string; meta: { height: number; width: number } }[]

          Represents available links to, and metadata about, an album cover videos

      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • Optionalrelationships?: {
            artists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            items: {
                data?: {
                    id: string;
                    meta?: { trackNumber: number; volumeNumber: number };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            providers: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            similarAlbums: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        }
      • type: string

        resource unique type

        tracks
        
    • Albums_Single_Data_Document: {
          data?: {
              attributes?: {
                  availability?: ("STREAM" | "DJ" | "STEM")[];
                  barcodeId: string;
                  copyright?: string;
                  duration: string;
                  explicit: boolean;
                  externalLinks?: {
                      href: string;
                      meta: {
                          type:
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...);
                      };
                  }[];
                  imageLinks?: { href: string; meta: { height: number; width: number } }[];
                  mediaTags: string[];
                  numberOfItems: number;
                  numberOfVolumes: number;
                  popularity: number;
                  releaseDate?: string;
                  title: string;
                  type: "ALBUM" | "EP" | "SINGLE";
                  videoLinks?: { href: string; meta: { height: number; width: number } }[];
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  artists: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  items: {
                      data?: { id: string; meta?: (...)
                      | (...); type: string }[];
                      links?: { next?: string; self: string };
                  };
                  providers: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  similarAlbums: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
              };
              type: string;
          };
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { name: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                availability?: ("STREAM" | "DJ" | "STEM")[];
                barcodeId: string;
                copyright?: string;
                duration: string;
                explicit: boolean;
                externalLinks?: {
                    href: string;
                    meta: {
                        type:
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                    };
                }[];
                imageLinks?: { href: string; meta: { height: number; width: number } }[];
                mediaTags: string[];
                numberOfItems: number;
                numberOfVolumes: number;
                popularity: number;
                releaseDate?: string;
                title: string;
                type: "ALBUM" | "EP" | "SINGLE";
                videoLinks?: { href: string; meta: { height: number; width: number } }[];
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                items: {
                    data?: { id: string; meta?: (...)
                    | (...); type: string }[];
                    links?: { next?: string; self: string };
                };
                providers: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                similarAlbums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        }
        • Optionalattributes?: {
              availability?: ("STREAM" | "DJ" | "STEM")[];
              barcodeId: string;
              copyright?: string;
              duration: string;
              explicit: boolean;
              externalLinks?: {
                  href: string;
                  meta: {
                      type:
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...);
                  };
              }[];
              imageLinks?: { href: string; meta: { height: number; width: number } }[];
              mediaTags: string[];
              numberOfItems: number;
              numberOfVolumes: number;
              popularity: number;
              releaseDate?: string;
              title: string;
              type: "ALBUM" | "EP" | "SINGLE";
              videoLinks?: { href: string; meta: { height: number; width: number } }[];
          }
          • Optionalavailability?: ("STREAM" | "DJ" | "STEM")[]

            Defines an album availability e.g. for streaming, DJs, stems

          • barcodeId: string

            Barcode id (EAN-13 or UPC-A)

            00854242007552
            
          • Optionalcopyright?: string

            Copyright information

            (p)(c) 2017 S. CARTER ENTERPRISES, LLC. MARKETED BY ROC NATION & DISTRIBUTED BY ROC NATION/UMG RECORDINGS INC.
            
          • duration: string

            Duration (ISO-8601)

            P41M5S
            
          • explicit: boolean

            Indicates whether an album consist of any explicit content

            true
            
          • OptionalexternalLinks?: {
                href: string;
                meta: {
                    type:
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...);
                };
            }[]

            Represents available links to something that is related to an album resource, but external to the TIDAL API

          • OptionalimageLinks?: { href: string; meta: { height: number; width: number } }[]

            Represents available links to, and metadata about, an album cover images

          • mediaTags: string[]
          • numberOfItems: number

            Format: int32

            Number of album items

            13
            
          • numberOfVolumes: number

            Format: int32

            Number of volumes

            1
            
          • popularity: number

            Format: double

            Album popularity (ranged in 0.00 ... 1.00). Conditionally visible

            0.56
            
          • OptionalreleaseDate?: string

            Format: date

            Release date (ISO-8601)

            2017-06-30
            
          • title: string

            Original title

            4:44
            
          • type: "ALBUM" | "EP" | "SINGLE"

            Album type, e.g. single, regular album, or extended play

          • OptionalvideoLinks?: { href: string; meta: { height: number; width: number } }[]

            Represents available links to, and metadata about, an album cover videos

        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • Optionalrelationships?: {
              artists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              items: {
                  data?: { id: string; meta?: (...)
                  | (...); type: string }[];
                  links?: { next?: string; self: string };
              };
              providers: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              similarAlbums: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          }
        • type: string

          resource unique type

          tracks
          
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • ArtistRoles_Attributes: { name?: string }
    • ArtistRoles_Multi_Data_Document: {
          data?: {
              attributes?: { name?: string };
              id: string;
              links?: { next?: string; self: string };
              type: string;
          }[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: { name?: string };
            id: string;
            links?: { next?: string; self: string };
            type: string;
        }[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • ArtistRoles_Resource: {
          attributes?: { name?: string };
          id: string;
          links?: { next?: string; self: string };
          type: string;
      }
      • Optionalattributes?: { name?: string }
      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • type: string

        resource unique type

        tracks
        
    • ArtistRoles_Single_Data_Document: {
          data?: {
              attributes?: { name?: string };
              id: string;
              links?: { next?: string; self: string };
              type: string;
          };
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: { name?: string };
            id: string;
            links?: { next?: string; self: string };
            type: string;
        }
        • Optionalattributes?: { name?: string }
        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • type: string

          resource unique type

          tracks
          
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Artists_Attributes: {
          externalLinks?: {
              href: string;
              meta: {
                  type:
                      | "TIDAL_SHARING"
                      | "TIDAL_AUTOPLAY_ANDROID"
                      | "TIDAL_AUTOPLAY_IOS"
                      | "TIDAL_AUTOPLAY_WEB"
                      | "TWITTER"
                      | "FACEBOOK"
                      | "INSTAGRAM"
                      | "TIKTOK"
                      | "SNAPCHAT"
                      | "HOMEPAGE";
              };
          }[];
          handle?: string;
          imageLinks?: { href: string; meta: { height: number; width: number } }[];
          name: string;
          popularity: number;
          roles?: (
              | "ARTIST"
              | "SONGWRITER"
              | "ENGINEER"
              | "PRODUCTION_TEAM"
              | "PERFORMER"
              | "PRODUCER"
              | "MISC"
          )[];
      }
      • OptionalexternalLinks?: {
            href: string;
            meta: {
                type:
                    | "TIDAL_SHARING"
                    | "TIDAL_AUTOPLAY_ANDROID"
                    | "TIDAL_AUTOPLAY_IOS"
                    | "TIDAL_AUTOPLAY_WEB"
                    | "TWITTER"
                    | "FACEBOOK"
                    | "INSTAGRAM"
                    | "TIKTOK"
                    | "SNAPCHAT"
                    | "HOMEPAGE";
            };
        }[]

        Represents available links to something that is related to an artist resource, but external to the TIDAL API

      • Optionalhandle?: string

        Artist handle

        jayz
        
      • OptionalimageLinks?: { href: string; meta: { height: number; width: number } }[]

        Represents available links to, and metadata about, an artist images

      • name: string

        Artist name

        JAY Z
        
      • popularity: number

        Format: double

        Artist popularity (ranged in 0.00 ... 1.00). Conditionally visible

        0.56
        
      • Optionalroles?: (
            | "ARTIST"
            | "SONGWRITER"
            | "ENGINEER"
            | "PRODUCTION_TEAM"
            | "PERFORMER"
            | "PRODUCER"
            | "MISC"
        )[]

        Artist roles

    • Artists_Multi_Data_Document: {
          data?: {
              attributes?: {
                  externalLinks?: { href: string; meta: { type: ... } }[];
                  handle?: string;
                  imageLinks?: { href: string; meta: { height: ...; width: ... } }[];
                  name: string;
                  popularity: number;
                  roles?: (
                      | "ARTIST"
                      | "SONGWRITER"
                      | "ENGINEER"
                      | "PRODUCTION_TEAM"
                      | "PERFORMER"
                      | "PRODUCER"
                      | "MISC"
                  )[];
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  albums: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  radio: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  roles: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  similarArtists: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  trackProviders: {
                      data?: { id: ...; meta?: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  tracks: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  videos: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { name: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
              | {
                  attributes?: { name?: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                externalLinks?: { href: string; meta: { type: ... } }[];
                handle?: string;
                imageLinks?: { href: string; meta: { height: ...; width: ... } }[];
                name: string;
                popularity: number;
                roles?: (
                    | "ARTIST"
                    | "SONGWRITER"
                    | "ENGINEER"
                    | "PRODUCTION_TEAM"
                    | "PERFORMER"
                    | "PRODUCER"
                    | "MISC"
                )[];
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                radio: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                roles: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                similarArtists: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                trackProviders: {
                    data?: { id: ...; meta?: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                tracks: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                videos: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
            | {
                attributes?: { name?: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Artists_Multi_Data_Relationship_Document: {
          data?: { id: string; type: string }[];
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { name: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
              | {
                  attributes?: { name?: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; type: string }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
            | {
                attributes?: { name?: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Artists_Relationships: {
          albums: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          radio: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          roles: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          similarArtists: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          trackProviders: {
              data?: { id: string; meta?: { numberOfTracks: number }; type: string }[];
              links?: { next?: string; self: string };
          };
          tracks: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          videos: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
      }
    • Artists_Resource: {
          attributes?: {
              externalLinks?: {
                  href: string;
                  meta: {
                      type:
                          | "TIDAL_SHARING"
                          | "TIDAL_AUTOPLAY_ANDROID"
                          | "TIDAL_AUTOPLAY_IOS"
                          | "TIDAL_AUTOPLAY_WEB"
                          | "TWITTER"
                          | "FACEBOOK"
                          | "INSTAGRAM"
                          | "TIKTOK"
                          | "SNAPCHAT"
                          | "HOMEPAGE";
                  };
              }[];
              handle?: string;
              imageLinks?: { href: string; meta: { height: number; width: number } }[];
              name: string;
              popularity: number;
              roles?: (
                  | "ARTIST"
                  | "SONGWRITER"
                  | "ENGINEER"
                  | "PRODUCTION_TEAM"
                  | "PERFORMER"
                  | "PRODUCER"
                  | "MISC"
              )[];
          };
          id: string;
          links?: { next?: string; self: string };
          relationships?: {
              albums: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              radio: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              roles: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              similarArtists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              trackProviders: {
                  data?: { id: string; meta?: { numberOfTracks: number }; type: string }[];
                  links?: { next?: string; self: string };
              };
              tracks: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              videos: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          };
          type: string;
      }
      • Optionalattributes?: {
            externalLinks?: {
                href: string;
                meta: {
                    type:
                        | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                };
            }[];
            handle?: string;
            imageLinks?: { href: string; meta: { height: number; width: number } }[];
            name: string;
            popularity: number;
            roles?: (
                | "ARTIST"
                | "SONGWRITER"
                | "ENGINEER"
                | "PRODUCTION_TEAM"
                | "PERFORMER"
                | "PRODUCER"
                | "MISC"
            )[];
        }
        • OptionalexternalLinks?: {
              href: string;
              meta: {
                  type:
                      | "TIDAL_SHARING"
                      | "TIDAL_AUTOPLAY_ANDROID"
                      | "TIDAL_AUTOPLAY_IOS"
                      | "TIDAL_AUTOPLAY_WEB"
                      | "TWITTER"
                      | "FACEBOOK"
                      | "INSTAGRAM"
                      | "TIKTOK"
                      | "SNAPCHAT"
                      | "HOMEPAGE";
              };
          }[]

          Represents available links to something that is related to an artist resource, but external to the TIDAL API

        • Optionalhandle?: string

          Artist handle

          jayz
          
        • OptionalimageLinks?: { href: string; meta: { height: number; width: number } }[]

          Represents available links to, and metadata about, an artist images

        • name: string

          Artist name

          JAY Z
          
        • popularity: number

          Format: double

          Artist popularity (ranged in 0.00 ... 1.00). Conditionally visible

          0.56
          
        • Optionalroles?: (
              | "ARTIST"
              | "SONGWRITER"
              | "ENGINEER"
              | "PRODUCTION_TEAM"
              | "PERFORMER"
              | "PRODUCER"
              | "MISC"
          )[]

          Artist roles

      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • Optionalrelationships?: {
            albums: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            radio: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            roles: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            similarArtists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            trackProviders: {
                data?: { id: string; meta?: { numberOfTracks: number }; type: string }[];
                links?: { next?: string; self: string };
            };
            tracks: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            videos: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        }
      • type: string

        resource unique type

        tracks
        
    • Artists_Single_Data_Document: {
          data?: {
              attributes?: {
                  externalLinks?: {
                      href: string;
                      meta: {
                          type:
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...);
                      };
                  }[];
                  handle?: string;
                  imageLinks?: { href: string; meta: { height: number; width: number } }[];
                  name: string;
                  popularity: number;
                  roles?: (
                      | "ARTIST"
                      | "SONGWRITER"
                      | "ENGINEER"
                      | "PRODUCTION_TEAM"
                      | "PERFORMER"
                      | "PRODUCER"
                      | "MISC"
                  )[];
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  albums: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  radio: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  roles: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  similarArtists: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  trackProviders: {
                      data?: { id: string; meta?: (...)
                      | (...); type: string }[];
                      links?: { next?: string; self: string };
                  };
                  tracks: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  videos: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
              };
              type: string;
          };
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { name: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
              | {
                  attributes?: { name?: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                externalLinks?: {
                    href: string;
                    meta: {
                        type:
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                    };
                }[];
                handle?: string;
                imageLinks?: { href: string; meta: { height: number; width: number } }[];
                name: string;
                popularity: number;
                roles?: (
                    | "ARTIST"
                    | "SONGWRITER"
                    | "ENGINEER"
                    | "PRODUCTION_TEAM"
                    | "PERFORMER"
                    | "PRODUCER"
                    | "MISC"
                )[];
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                radio: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                roles: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                similarArtists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                trackProviders: {
                    data?: { id: string; meta?: (...)
                    | (...); type: string }[];
                    links?: { next?: string; self: string };
                };
                tracks: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                videos: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        }
        • Optionalattributes?: {
              externalLinks?: {
                  href: string;
                  meta: {
                      type:
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...);
                  };
              }[];
              handle?: string;
              imageLinks?: { href: string; meta: { height: number; width: number } }[];
              name: string;
              popularity: number;
              roles?: (
                  | "ARTIST"
                  | "SONGWRITER"
                  | "ENGINEER"
                  | "PRODUCTION_TEAM"
                  | "PERFORMER"
                  | "PRODUCER"
                  | "MISC"
              )[];
          }
          • OptionalexternalLinks?: {
                href: string;
                meta: {
                    type:
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...);
                };
            }[]

            Represents available links to something that is related to an artist resource, but external to the TIDAL API

          • Optionalhandle?: string

            Artist handle

            jayz
            
          • OptionalimageLinks?: { href: string; meta: { height: number; width: number } }[]

            Represents available links to, and metadata about, an artist images

          • name: string

            Artist name

            JAY Z
            
          • popularity: number

            Format: double

            Artist popularity (ranged in 0.00 ... 1.00). Conditionally visible

            0.56
            
          • Optionalroles?: (
                | "ARTIST"
                | "SONGWRITER"
                | "ENGINEER"
                | "PRODUCTION_TEAM"
                | "PERFORMER"
                | "PRODUCER"
                | "MISC"
            )[]

            Artist roles

        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • Optionalrelationships?: {
              albums: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              radio: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              roles: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              similarArtists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              trackProviders: {
                  data?: { id: string; meta?: (...)
                  | (...); type: string }[];
                  links?: { next?: string; self: string };
              };
              tracks: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              videos: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          }
        • type: string

          resource unique type

          tracks
          
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
            | {
                attributes?: { name?: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Artists_TrackProviders_Multi_Data_Relationship_Document: {
          data?: { id: string; meta?: { numberOfTracks: number }; type: string }[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; meta?: { numberOfTracks: number }; type: string }[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Artists_TrackProviders_Resource_Identifier: { id: string; meta?: { numberOfTracks: number }; type: string }

      Resource identifier JSON:API object

      • id: string

        resource unique identifier

        12345
        
      • Optionalmeta?: { numberOfTracks: number }
        • numberOfTracks: number

          Format: int64

          total number of tracks released together with the provider

          14
          
      • type: string

        resource unique type

        tracks
        
    • Artists_TrackProviders_Resource_Identifier_Meta: { numberOfTracks: number }
      • numberOfTracks: number

        Format: int64

        total number of tracks released together with the provider

        14
        
    • ArtistUpdateBody: {
          data: {
              attributes: {
                  handle?: string;
                  image?: { href: string; meta: { height: number; width: number } }[];
                  name?: string;
              };
              id: string;
              type: "artists";
          };
      }
    • ArtistUpdateBody_Data: {
          attributes: {
              handle?: string;
              image?: { href: string; meta: { height: number; width: number } }[];
              name?: string;
          };
          id: string;
          type: "artists";
      }
    • ArtistUpdateBody_Data_Attributes: {
          handle?: string;
          image?: { href: string; meta: { height: number; width: number } }[];
          name?: string;
      }
    • Error_Document: {
          errors?: {
              code?: string;
              detail?: string;
              id?: string;
              source?: { header?: string; parameter?: string; pointer?: string };
              status?: string;
          }[];
          links?: { next?: string; self: string };
      }

      JSON:API error document object

      • Optionalerrors?: {
            code?: string;
            detail?: string;
            id?: string;
            source?: { header?: string; parameter?: string; pointer?: string };
            status?: string;
        }[]

        array of error objects

      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Error_Object: {
          code?: string;
          detail?: string;
          id?: string;
          source?: { header?: string; parameter?: string; pointer?: string };
          status?: string;
      }

      JSON:API error object

      • Optionalcode?: string

        application-specific error code

      • Optionaldetail?: string

        human-readable explanation specific to this occurrence of the problem

      • Optionalid?: string

        unique identifier for this particular occurrence of the problem

      • Optionalsource?: { header?: string; parameter?: string; pointer?: string }
        • Optionalheader?: string

          string indicating the name of a single request header which caused the error

          X-some-custom-header
          
        • Optionalparameter?: string

          string indicating which URI query parameter caused the error.

          countryCode
          
        • Optionalpointer?: string

          a JSON Pointer [RFC6901] to the value in the request document that caused the error

          /data/attributes/title
          
      • Optionalstatus?: string

        HTTP status code applicable to this problem

    • Error_Object_Source: { header?: string; parameter?: string; pointer?: string }

      object containing references to the primary source of the error

      • Optionalheader?: string

        string indicating the name of a single request header which caused the error

        X-some-custom-header
        
      • Optionalparameter?: string

        string indicating which URI query parameter caused the error.

        countryCode
        
      • Optionalpointer?: string

        a JSON Pointer [RFC6901] to the value in the request document that caused the error

        /data/attributes/title
        
    • External_Link: {
          href: string;
          meta: {
              type:
                  | "TIDAL_SHARING"
                  | "TIDAL_AUTOPLAY_ANDROID"
                  | "TIDAL_AUTOPLAY_IOS"
                  | "TIDAL_AUTOPLAY_WEB"
                  | "TWITTER"
                  | "FACEBOOK"
                  | "INSTAGRAM"
                  | "TIKTOK"
                  | "SNAPCHAT"
                  | "HOMEPAGE";
          };
      }
    • External_Link_Meta: {
          type:
              | "TIDAL_SHARING"
              | "TIDAL_AUTOPLAY_ANDROID"
              | "TIDAL_AUTOPLAY_IOS"
              | "TIDAL_AUTOPLAY_WEB"
              | "TWITTER"
              | "FACEBOOK"
              | "INSTAGRAM"
              | "TIKTOK"
              | "SNAPCHAT"
              | "HOMEPAGE";
      }

      metadata about an external link

    • Image_Link: { href: string; meta: { height: number; width: number } }
      • href: string
      • meta: { height: number; width: number }
        • height: number

          Format: int32

          image height (in pixels)

          80
          
        • width: number

          Format: int32

          image width (in pixels)

          80
          
    • Image_Link_Meta: { height: number; width: number }

      metadata about an image

      • height: number

        Format: int32

        image height (in pixels)

        80
        
      • width: number

        Format: int32

        image width (in pixels)

        80
        
    • Links: { next?: string; self: string }

      Links JSON:API object

      • Optionalnext?: string

        the next page of data (pagination)

        /artists/xyz/relationships/tracks?page[cursor]=zyx
        
      • self: string

        the link that generated the current response document

        /artists/xyz/relationships/tracks
        
    • Multi_Data_Relationship_Doc: {
          data?: { id: string; type: string }[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; type: string }[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • PlaylistCreateOperation_Payload: {
          data: {
              attributes: {
                  description?: string;
                  name: string;
                  privacy: "PUBLIC" | "PRIVATE";
              };
              type: "playlists";
          };
      }
    • PlaylistCreateOperation_Payload_Data: {
          attributes: {
              description?: string;
              name: string;
              privacy: "PUBLIC" | "PRIVATE";
          };
          type: "playlists";
      }
    • PlaylistCreateOperation_Payload_Data_Attributes: { description?: string; name: string; privacy: "PUBLIC" | "PRIVATE" }
    • PlaylistItemsRelationshipAddOperation_Payload: {
          data: { id: string; type: "tracks" | "videos" }[];
          meta?: { positionBefore: string };
      }
    • PlaylistItemsRelationshipAddOperation_Payload_Data: { id: string; type: "tracks" | "videos" }
    • PlaylistItemsRelationshipAddOperation_Payload_Meta: { positionBefore: string }
    • PlaylistItemsRelationshipRemoveOperation_Payload: { data: { id: string; meta: { itemId: string }; type: "tracks" | "videos" }[] }
    • PlaylistItemsRelationshipRemoveOperation_Payload_Data: { id: string; meta: { itemId: string }; type: "tracks" | "videos" }
    • PlaylistItemsRelationshipRemoveOperation_Payload_Data_Meta: { itemId: string }
    • PlaylistItemsRelationshipReorderOperation_Payload: {
          data: {
              id: string;
              meta: { itemId: string };
              type: "tracks" | "videos";
          }[];
          meta?: { positionBefore: string };
      }
    • PlaylistItemsRelationshipReorderOperation_Payload_Data: { id: string; meta: { itemId: string }; type: "tracks" | "videos" }
    • PlaylistItemsRelationshipReorderOperation_Payload_Data_Meta: { itemId: string }
    • PlaylistItemsRelationshipReorderOperation_Payload_Meta: { positionBefore: string }
    • Playlists_Attributes: {
          bounded: boolean;
          createdAt: string;
          description?: string;
          duration?: string;
          externalLinks: {
              href: string;
              meta: {
                  type:
                      | "TIDAL_SHARING"
                      | "TIDAL_AUTOPLAY_ANDROID"
                      | "TIDAL_AUTOPLAY_IOS"
                      | "TIDAL_AUTOPLAY_WEB"
                      | "TWITTER"
                      | "FACEBOOK"
                      | "INSTAGRAM"
                      | "TIKTOK"
                      | "SNAPCHAT"
                      | "HOMEPAGE";
              };
          }[];
          imageLinks: { href: string; meta: { height: number; width: number } }[];
          lastModifiedAt: string;
          name: string;
          numberOfItems?: number;
          playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
          privacy: "PUBLIC" | "PRIVATE";
      }
      • bounded: boolean

        Indicates if the playlist has a duration and set number of tracks

      • createdAt: string

        Format: date-time

        Datetime of playlist creation (ISO 8601)

      • Optionaldescription?: string

        Playlist description

      • Optionalduration?: string

        Duration of the playlist expressed in accordance with ISO 8601

        P30M5S
        
      • externalLinks: {
            href: string;
            meta: {
                type:
                    | "TIDAL_SHARING"
                    | "TIDAL_AUTOPLAY_ANDROID"
                    | "TIDAL_AUTOPLAY_IOS"
                    | "TIDAL_AUTOPLAY_WEB"
                    | "TWITTER"
                    | "FACEBOOK"
                    | "INSTAGRAM"
                    | "TIKTOK"
                    | "SNAPCHAT"
                    | "HOMEPAGE";
            };
        }[]

        Sharing links to the playlist

      • imageLinks: { href: string; meta: { height: number; width: number } }[]

        Images associated with the playlist

      • lastModifiedAt: string

        Format: date-time

        Datetime of last modification of the playlist (ISO 8601)

      • name: string

        Playlist name

      • OptionalnumberOfItems?: number

        Format: int32

        Number of items in the playlist

      • playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX"

        The type of the playlist

      • privacy: "PUBLIC" | "PRIVATE"

        Privacy setting of the playlist

    • Playlists_Items_Multi_Data_Relationship_Document: {
          data?: {
              id: string;
              meta?: { addedAt?: string; itemId?: string };
              type: string;
          }[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; meta?: { addedAt?: string; itemId?: string }; type: string }[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Playlists_Items_Resource_Identifier: { id: string; meta?: { addedAt?: string; itemId?: string }; type: string }

      Resource identifier JSON:API object

      • id: string

        resource unique identifier

        12345
        
      • Optionalmeta?: { addedAt?: string; itemId?: string }
        • OptionaladdedAt?: string

          Format: date-time

        • OptionalitemId?: string
      • type: string

        resource unique type

        tracks
        
    • Playlists_Items_Resource_Identifier_Meta: { addedAt?: string; itemId?: string }
      • OptionaladdedAt?: string

        Format: date-time

      • OptionalitemId?: string
    • Playlists_Multi_Data_Document: {
          data?: {
              attributes?: {
                  bounded: boolean;
                  createdAt: string;
                  description?: string;
                  duration?: string;
                  externalLinks: {
                      href: string;
                      meta: {
                          type:
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...);
                      };
                  }[];
                  imageLinks: { href: string; meta: { height: number; width: number } }[];
                  lastModifiedAt: string;
                  name: string;
                  numberOfItems?: number;
                  playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                  privacy: "PUBLIC" | "PRIVATE";
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  items: {
                      data?: { id: ...; meta?: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  owners: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          included?: (
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      country: string;
                      email?: string;
                      emailVerified?: boolean;
                      firstName?: string;
                      lastName?: string;
                      username: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                bounded: boolean;
                createdAt: string;
                description?: string;
                duration?: string;
                externalLinks: {
                    href: string;
                    meta: {
                        type:
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                    };
                }[];
                imageLinks: { href: string; meta: { height: number; width: number } }[];
                lastModifiedAt: string;
                name: string;
                numberOfItems?: number;
                playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                privacy: "PUBLIC" | "PRIVATE";
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                items: {
                    data?: { id: ...; meta?: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                owners: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    country: string;
                    email?: string;
                    emailVerified?: boolean;
                    firstName?: string;
                    lastName?: string;
                    username: string;
                };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Playlists_Multi_Data_Relationship_Document: {
          data?: { id: string; type: string }[];
          included?: (
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      country: string;
                      email?: string;
                      emailVerified?: boolean;
                      firstName?: string;
                      lastName?: string;
                      username: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; type: string }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    country: string;
                    email?: string;
                    emailVerified?: boolean;
                    firstName?: string;
                    lastName?: string;
                    username: string;
                };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Playlists_Relationships: {
          items: {
              data?: {
                  id: string;
                  meta?: { addedAt?: string; itemId?: string };
                  type: string;
              }[];
              links?: { next?: string; self: string };
          };
          owners: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
      }
    • Playlists_Resource: {
          attributes?: {
              bounded: boolean;
              createdAt: string;
              description?: string;
              duration?: string;
              externalLinks: {
                  href: string;
                  meta: {
                      type:
                          | "TIDAL_SHARING"
                          | "TIDAL_AUTOPLAY_ANDROID"
                          | "TIDAL_AUTOPLAY_IOS"
                          | "TIDAL_AUTOPLAY_WEB"
                          | "TWITTER"
                          | "FACEBOOK"
                          | "INSTAGRAM"
                          | "TIKTOK"
                          | "SNAPCHAT"
                          | "HOMEPAGE";
                  };
              }[];
              imageLinks: { href: string; meta: { height: number; width: number } }[];
              lastModifiedAt: string;
              name: string;
              numberOfItems?: number;
              playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
              privacy: "PUBLIC" | "PRIVATE";
          };
          id: string;
          links?: { next?: string; self: string };
          relationships?: {
              items: {
                  data?: {
                      id: string;
                      meta?: { addedAt?: (...) | (...); itemId?: (...) | (...) };
                      type: string;
                  }[];
                  links?: { next?: string; self: string };
              };
              owners: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          };
          type: string;
      }
      • Optionalattributes?: {
            bounded: boolean;
            createdAt: string;
            description?: string;
            duration?: string;
            externalLinks: {
                href: string;
                meta: {
                    type:
                        | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                };
            }[];
            imageLinks: { href: string; meta: { height: number; width: number } }[];
            lastModifiedAt: string;
            name: string;
            numberOfItems?: number;
            playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
            privacy: "PUBLIC" | "PRIVATE";
        }
        • bounded: boolean

          Indicates if the playlist has a duration and set number of tracks

        • createdAt: string

          Format: date-time

          Datetime of playlist creation (ISO 8601)

        • Optionaldescription?: string

          Playlist description

        • Optionalduration?: string

          Duration of the playlist expressed in accordance with ISO 8601

          P30M5S
          
        • externalLinks: {
              href: string;
              meta: {
                  type:
                      | "TIDAL_SHARING"
                      | "TIDAL_AUTOPLAY_ANDROID"
                      | "TIDAL_AUTOPLAY_IOS"
                      | "TIDAL_AUTOPLAY_WEB"
                      | "TWITTER"
                      | "FACEBOOK"
                      | "INSTAGRAM"
                      | "TIKTOK"
                      | "SNAPCHAT"
                      | "HOMEPAGE";
              };
          }[]

          Sharing links to the playlist

        • imageLinks: { href: string; meta: { height: number; width: number } }[]

          Images associated with the playlist

        • lastModifiedAt: string

          Format: date-time

          Datetime of last modification of the playlist (ISO 8601)

        • name: string

          Playlist name

        • OptionalnumberOfItems?: number

          Format: int32

          Number of items in the playlist

        • playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX"

          The type of the playlist

        • privacy: "PUBLIC" | "PRIVATE"

          Privacy setting of the playlist

      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • Optionalrelationships?: {
            items: {
                data?: {
                    id: string;
                    meta?: { addedAt?: (...) | (...); itemId?: (...) | (...) };
                    type: string;
                }[];
                links?: { next?: string; self: string };
            };
            owners: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        }
      • type: string

        resource unique type

        tracks
        
    • Playlists_Single_Data_Document: {
          data?: {
              attributes?: {
                  bounded: boolean;
                  createdAt: string;
                  description?: string;
                  duration?: string;
                  externalLinks: {
                      href: string;
                      meta: {
                          type:
                              | "TIDAL_SHARING"
                              | "TIDAL_AUTOPLAY_ANDROID"
                              | "TIDAL_AUTOPLAY_IOS"
                              | "TIDAL_AUTOPLAY_WEB"
                              | "TWITTER"
                              | "FACEBOOK"
                              | "INSTAGRAM"
                              | "TIKTOK"
                              | "SNAPCHAT"
                              | "HOMEPAGE";
                      };
                  }[];
                  imageLinks: { href: string; meta: { height: number; width: number } }[];
                  lastModifiedAt: string;
                  name: string;
                  numberOfItems?: number;
                  playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                  privacy: "PUBLIC" | "PRIVATE";
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  items: {
                      data?: { id: string; meta?: (...) | (...); type: string }[];
                      links?: { next?: string; self: string };
                  };
                  owners: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
              };
              type: string;
          };
          included?: (
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      country: string;
                      email?: string;
                      emailVerified?: boolean;
                      firstName?: string;
                      lastName?: string;
                      username: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                bounded: boolean;
                createdAt: string;
                description?: string;
                duration?: string;
                externalLinks: {
                    href: string;
                    meta: {
                        type:
                            | "TIDAL_SHARING"
                            | "TIDAL_AUTOPLAY_ANDROID"
                            | "TIDAL_AUTOPLAY_IOS"
                            | "TIDAL_AUTOPLAY_WEB"
                            | "TWITTER"
                            | "FACEBOOK"
                            | "INSTAGRAM"
                            | "TIKTOK"
                            | "SNAPCHAT"
                            | "HOMEPAGE";
                    };
                }[];
                imageLinks: { href: string; meta: { height: number; width: number } }[];
                lastModifiedAt: string;
                name: string;
                numberOfItems?: number;
                playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                privacy: "PUBLIC" | "PRIVATE";
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                items: {
                    data?: { id: string; meta?: (...) | (...); type: string }[];
                    links?: { next?: string; self: string };
                };
                owners: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        }
        • Optionalattributes?: {
              bounded: boolean;
              createdAt: string;
              description?: string;
              duration?: string;
              externalLinks: {
                  href: string;
                  meta: {
                      type:
                          | "TIDAL_SHARING"
                          | "TIDAL_AUTOPLAY_ANDROID"
                          | "TIDAL_AUTOPLAY_IOS"
                          | "TIDAL_AUTOPLAY_WEB"
                          | "TWITTER"
                          | "FACEBOOK"
                          | "INSTAGRAM"
                          | "TIKTOK"
                          | "SNAPCHAT"
                          | "HOMEPAGE";
                  };
              }[];
              imageLinks: { href: string; meta: { height: number; width: number } }[];
              lastModifiedAt: string;
              name: string;
              numberOfItems?: number;
              playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
              privacy: "PUBLIC" | "PRIVATE";
          }
          • bounded: boolean

            Indicates if the playlist has a duration and set number of tracks

          • createdAt: string

            Format: date-time

            Datetime of playlist creation (ISO 8601)

          • Optionaldescription?: string

            Playlist description

          • Optionalduration?: string

            Duration of the playlist expressed in accordance with ISO 8601

            P30M5S
            
          • externalLinks: {
                href: string;
                meta: {
                    type:
                        | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                };
            }[]

            Sharing links to the playlist

          • imageLinks: { href: string; meta: { height: number; width: number } }[]

            Images associated with the playlist

          • lastModifiedAt: string

            Format: date-time

            Datetime of last modification of the playlist (ISO 8601)

          • name: string

            Playlist name

          • OptionalnumberOfItems?: number

            Format: int32

            Number of items in the playlist

          • playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX"

            The type of the playlist

          • privacy: "PUBLIC" | "PRIVATE"

            Privacy setting of the playlist

        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • Optionalrelationships?: {
              items: {
                  data?: { id: string; meta?: (...) | (...); type: string }[];
                  links?: { next?: string; self: string };
              };
              owners: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          }
        • type: string

          resource unique type

          tracks
          
      • Optionalincluded?: (
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    country: string;
                    email?: string;
                    emailVerified?: boolean;
                    firstName?: string;
                    lastName?: string;
                    username: string;
                };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • PlaylistUpdateOperation_Payload: {
          data: {
              attributes: {
                  description?: string;
                  name?: string;
                  privacy?: "PUBLIC" | "PRIVATE";
              };
              id: string;
              type: "playlists";
          };
      }
    • PlaylistUpdateOperation_Payload_Data: {
          attributes: {
              description?: string;
              name?: string;
              privacy?: "PUBLIC" | "PRIVATE";
          };
          id: string;
          type: "playlists";
      }
    • PlaylistUpdateOperation_Payload_Data_Attributes: { description?: string; name?: string; privacy?: "PUBLIC" | "PRIVATE" }
    • Prompt_Colors: { primary: string; secondary: string }

      Primary and Secondary color to visually render the pick

      • primary: string

        Primary color to visually render the pick

        #FF0000
        
      • secondary: string

        Secondary color to visually render the pick

        #00FF00
        
    • Providers_Attributes: { name: string }
      • name: string

        Provider name. Conditionally visible.

        Columbia/Legacy
        
    • Providers_Multi_Data_Document: {
          data?: {
              attributes?: { name: string };
              id: string;
              links?: { next?: string; self: string };
              type: string;
          }[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: { name: string };
            id: string;
            links?: { next?: string; self: string };
            type: string;
        }[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Providers_Resource: {
          attributes?: { name: string };
          id: string;
          links?: { next?: string; self: string };
          type: string;
      }
      • Optionalattributes?: { name: string }
        • name: string

          Provider name. Conditionally visible.

          Columbia/Legacy
          
      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • type: string

        resource unique type

        tracks
        
    • Providers_Single_Data_Document: {
          data?: {
              attributes?: { name: string };
              id: string;
              links?: { next?: string; self: string };
              type: string;
          };
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: { name: string };
            id: string;
            links?: { next?: string; self: string };
            type: string;
        }
        • Optionalattributes?: { name: string }
          • name: string

            Provider name. Conditionally visible.

            Columbia/Legacy
            
        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • type: string

          resource unique type

          tracks
          
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Resource_Identifier: { id: string; type: string }

      Resource identifier JSON:API object

      • id: string

        resource unique identifier

        12345
        
      • type: string

        resource unique type

        tracks
        
    • ResourceObjectObject: {
          attributes?: Record<string, never>;
          id: string;
          links?: { next?: string; self: string };
          relationships?: Record<string, never>;
          type: string;
      }
      • Optionalattributes?: Record<string, never>
      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • Optionalrelationships?: Record<string, never>
      • type: string

        resource unique type

        tracks
        
    • Searchresults_Attributes: { didYouMean?: string; trackingId: string }
      • OptionaldidYouMean?: string

        'did you mean' prompt

        beatles
        
      • trackingId: string

        search request unique tracking number

        5896e37d-e847-4ca6-9629-ef8001719f7f
        
    • Searchresults_Multi_Data_Document: {
          data?: {
              attributes?: { didYouMean?: string; trackingId: string };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  albums: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  artists: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  playlists: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  topHits: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  tracks: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  videos: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: { didYouMean?: string; trackingId: string };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                artists: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                playlists: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                topHits: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                tracks: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                videos: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Searchresults_Multi_Data_Relationship_Document: {
          data?: { id: string; type: string }[];
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { didYouMean?: string; trackingId: string };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      playlists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      topHits: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; type: string }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { didYouMean?: string; trackingId: string };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    playlists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    topHits: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Searchresults_Relationships: {
          albums: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          artists: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          playlists: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          topHits: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          tracks: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          videos: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
      }
    • Searchresults_Resource: {
          attributes?: { didYouMean?: string; trackingId: string };
          id: string;
          links?: { next?: string; self: string };
          relationships?: {
              albums: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              artists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              playlists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              topHits: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              tracks: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              videos: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          };
          type: string;
      }
      • Optionalattributes?: { didYouMean?: string; trackingId: string }
        • OptionaldidYouMean?: string

          'did you mean' prompt

          beatles
          
        • trackingId: string

          search request unique tracking number

          5896e37d-e847-4ca6-9629-ef8001719f7f
          
      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • Optionalrelationships?: {
            albums: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            artists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            playlists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            topHits: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            tracks: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            videos: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        }
      • type: string

        resource unique type

        tracks
        
    • Searchresults_Single_Data_Document: {
          data?: {
              attributes?: { didYouMean?: string; trackingId: string };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  albums: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  artists: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  playlists: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  topHits: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  tracks: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  videos: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
              };
              type: string;
          };
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: { didYouMean?: string; trackingId: string };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                playlists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                topHits: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                tracks: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                videos: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        }
        • Optionalattributes?: { didYouMean?: string; trackingId: string }
          • OptionaldidYouMean?: string

            'did you mean' prompt

            beatles
            
          • trackingId: string

            search request unique tracking number

            5896e37d-e847-4ca6-9629-ef8001719f7f
            
        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • Optionalrelationships?: {
              albums: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              artists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              playlists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              topHits: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              tracks: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              videos: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          }
        • type: string

          resource unique type

          tracks
          
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Singleton_Data_Relationship_Doc: { data?: { id: string; type: string }; links?: { next?: string; self: string } }
      • Optionaldata?: { id: string; type: string }
        • id: string

          resource unique identifier

          12345
          
        • type: string

          resource unique type

          tracks
          
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Tracks_Attributes: {
          availability?: ("STREAM" | "DJ" | "STEM")[];
          copyright?: string;
          duration: string;
          explicit: boolean;
          externalLinks?: {
              href: string;
              meta: {
                  type:
                      | "TIDAL_SHARING"
                      | "TIDAL_AUTOPLAY_ANDROID"
                      | "TIDAL_AUTOPLAY_IOS"
                      | "TIDAL_AUTOPLAY_WEB"
                      | "TWITTER"
                      | "FACEBOOK"
                      | "INSTAGRAM"
                      | "TIKTOK"
                      | "SNAPCHAT"
                      | "HOMEPAGE";
              };
          }[];
          isrc: string;
          mediaTags: string[];
          popularity: number;
          title: string;
          version?: string;
      }
      • Optionalavailability?: ("STREAM" | "DJ" | "STEM")[]

        Defines a catalog item availability e.g. for streaming, DJs, stems

      • Optionalcopyright?: string

        Copyright information

        (p)(c) 2017 S. CARTER ENTERPRISES, LLC. MARKETED BY ROC NATION & DISTRIBUTED BY ROC NATION/UMG RECORDINGS INC.
        
      • duration: string

        Duration expressed in accordance with ISO 8601

        P30M5S
        
      • explicit: boolean

        Indicates whether a catalog item consist of any explicit content

        false
        
      • OptionalexternalLinks?: {
            href: string;
            meta: {
                type:
                    | "TIDAL_SHARING"
                    | "TIDAL_AUTOPLAY_ANDROID"
                    | "TIDAL_AUTOPLAY_IOS"
                    | "TIDAL_AUTOPLAY_WEB"
                    | "TWITTER"
                    | "FACEBOOK"
                    | "INSTAGRAM"
                    | "TIKTOK"
                    | "SNAPCHAT"
                    | "HOMEPAGE";
            };
        }[]

        Represents available links to something that is related to a catalog item, but external to the TIDAL API

      • isrc: string

        ISRC code

        TIDAL2274
        
      • mediaTags: string[]
      • popularity: number

        Format: double

        Track or video popularity (ranged in 0.00 ... 1.00). Conditionally visible

        0.56
        
      • title: string

        Album item's title

        Kill Jay Z
        
      • Optionalversion?: string

        Version of the album's item; complements title

        Kill Jay Z
        
    • Tracks_Multi_Data_Document: {
          data?: {
              attributes?: {
                  availability?: ("STREAM" | "DJ" | "STEM")[];
                  copyright?: string;
                  duration: string;
                  explicit: boolean;
                  externalLinks?: { href: string; meta: { type: ... } }[];
                  isrc: string;
                  mediaTags: string[];
                  popularity: number;
                  title: string;
                  version?: string;
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  albums: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  artists: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  providers: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  radio: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  similarTracks: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { name: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                availability?: ("STREAM" | "DJ" | "STEM")[];
                copyright?: string;
                duration: string;
                explicit: boolean;
                externalLinks?: { href: string; meta: { type: ... } }[];
                isrc: string;
                mediaTags: string[];
                popularity: number;
                title: string;
                version?: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                artists: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                providers: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                radio: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                similarTracks: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Tracks_Multi_Data_Relationship_Document: {
          data?: { id: string; type: string }[];
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { name: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; type: string }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Tracks_Relationships: {
          albums: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          artists: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          providers: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          radio: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          similarTracks: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
      }
    • Tracks_Resource: {
          attributes?: {
              availability?: ("STREAM" | "DJ" | "STEM")[];
              copyright?: string;
              duration: string;
              explicit: boolean;
              externalLinks?: {
                  href: string;
                  meta: {
                      type:
                          | "TIDAL_SHARING"
                          | "TIDAL_AUTOPLAY_ANDROID"
                          | "TIDAL_AUTOPLAY_IOS"
                          | "TIDAL_AUTOPLAY_WEB"
                          | "TWITTER"
                          | "FACEBOOK"
                          | "INSTAGRAM"
                          | "TIKTOK"
                          | "SNAPCHAT"
                          | "HOMEPAGE";
                  };
              }[];
              isrc: string;
              mediaTags: string[];
              popularity: number;
              title: string;
              version?: string;
          };
          id: string;
          links?: { next?: string; self: string };
          relationships?: {
              albums: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              artists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              providers: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              radio: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              similarTracks: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          };
          type: string;
      }
      • Optionalattributes?: {
            availability?: ("STREAM" | "DJ" | "STEM")[];
            copyright?: string;
            duration: string;
            explicit: boolean;
            externalLinks?: {
                href: string;
                meta: {
                    type:
                        | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                };
            }[];
            isrc: string;
            mediaTags: string[];
            popularity: number;
            title: string;
            version?: string;
        }
        • Optionalavailability?: ("STREAM" | "DJ" | "STEM")[]

          Defines a catalog item availability e.g. for streaming, DJs, stems

        • Optionalcopyright?: string

          Copyright information

          (p)(c) 2017 S. CARTER ENTERPRISES, LLC. MARKETED BY ROC NATION & DISTRIBUTED BY ROC NATION/UMG RECORDINGS INC.
          
        • duration: string

          Duration expressed in accordance with ISO 8601

          P30M5S
          
        • explicit: boolean

          Indicates whether a catalog item consist of any explicit content

          false
          
        • OptionalexternalLinks?: {
              href: string;
              meta: {
                  type:
                      | "TIDAL_SHARING"
                      | "TIDAL_AUTOPLAY_ANDROID"
                      | "TIDAL_AUTOPLAY_IOS"
                      | "TIDAL_AUTOPLAY_WEB"
                      | "TWITTER"
                      | "FACEBOOK"
                      | "INSTAGRAM"
                      | "TIKTOK"
                      | "SNAPCHAT"
                      | "HOMEPAGE";
              };
          }[]

          Represents available links to something that is related to a catalog item, but external to the TIDAL API

        • isrc: string

          ISRC code

          TIDAL2274
          
        • mediaTags: string[]
        • popularity: number

          Format: double

          Track or video popularity (ranged in 0.00 ... 1.00). Conditionally visible

          0.56
          
        • title: string

          Album item's title

          Kill Jay Z
          
        • Optionalversion?: string

          Version of the album's item; complements title

          Kill Jay Z
          
      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • Optionalrelationships?: {
            albums: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            artists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            providers: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            radio: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            similarTracks: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        }
      • type: string

        resource unique type

        tracks
        
    • Tracks_Single_Data_Document: {
          data?: {
              attributes?: {
                  availability?: ("STREAM" | "DJ" | "STEM")[];
                  copyright?: string;
                  duration: string;
                  explicit: boolean;
                  externalLinks?: {
                      href: string;
                      meta: {
                          type:
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...);
                      };
                  }[];
                  isrc: string;
                  mediaTags: string[];
                  popularity: number;
                  title: string;
                  version?: string;
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  albums: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  artists: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  providers: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  radio: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  similarTracks: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
              };
              type: string;
          };
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      mediaTags: string[];
                      popularity: number;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { name: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                availability?: ("STREAM" | "DJ" | "STEM")[];
                copyright?: string;
                duration: string;
                explicit: boolean;
                externalLinks?: {
                    href: string;
                    meta: {
                        type:
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                    };
                }[];
                isrc: string;
                mediaTags: string[];
                popularity: number;
                title: string;
                version?: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                providers: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                radio: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                similarTracks: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        }
        • Optionalattributes?: {
              availability?: ("STREAM" | "DJ" | "STEM")[];
              copyright?: string;
              duration: string;
              explicit: boolean;
              externalLinks?: {
                  href: string;
                  meta: {
                      type:
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...);
                  };
              }[];
              isrc: string;
              mediaTags: string[];
              popularity: number;
              title: string;
              version?: string;
          }
          • Optionalavailability?: ("STREAM" | "DJ" | "STEM")[]

            Defines a catalog item availability e.g. for streaming, DJs, stems

          • Optionalcopyright?: string

            Copyright information

            (p)(c) 2017 S. CARTER ENTERPRISES, LLC. MARKETED BY ROC NATION & DISTRIBUTED BY ROC NATION/UMG RECORDINGS INC.
            
          • duration: string

            Duration expressed in accordance with ISO 8601

            P30M5S
            
          • explicit: boolean

            Indicates whether a catalog item consist of any explicit content

            false
            
          • OptionalexternalLinks?: {
                href: string;
                meta: {
                    type:
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...);
                };
            }[]

            Represents available links to something that is related to a catalog item, but external to the TIDAL API

          • isrc: string

            ISRC code

            TIDAL2274
            
          • mediaTags: string[]
          • popularity: number

            Format: double

            Track or video popularity (ranged in 0.00 ... 1.00). Conditionally visible

            0.56
            
          • title: string

            Album item's title

            Kill Jay Z
            
          • Optionalversion?: string

            Version of the album's item; complements title

            Kill Jay Z
            
        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • Optionalrelationships?: {
              albums: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              artists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              providers: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              radio: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              similarTracks: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          }
        • type: string

          resource unique type

          tracks
          
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    mediaTags: string[];
                    popularity: number;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarTracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • User_Public_Profiles_Attributes_Picture: { href: string }

      ImageLink to the users image

    • User_Public_Profiles_External_Link: {
          href: string;
          meta: {
              handle: string;
              type:
                  | "TIDAL_SHARING"
                  | "TIDAL_AUTOPLAY_ANDROID"
                  | "TIDAL_AUTOPLAY_IOS"
                  | "TIDAL_AUTOPLAY_WEB"
                  | "TWITTER"
                  | "FACEBOOK"
                  | "INSTAGRAM"
                  | "TIKTOK"
                  | "SNAPCHAT"
                  | "HOMEPAGE";
          };
      }
      • href: string
      • meta: {
            handle: string;
            type:
                | "TIDAL_SHARING"
                | "TIDAL_AUTOPLAY_ANDROID"
                | "TIDAL_AUTOPLAY_IOS"
                | "TIDAL_AUTOPLAY_WEB"
                | "TWITTER"
                | "FACEBOOK"
                | "INSTAGRAM"
                | "TIKTOK"
                | "SNAPCHAT"
                | "HOMEPAGE";
        }
        • handle: string

          external link handle

          JohnSmith
          
        • type:
              | "TIDAL_SHARING"
              | "TIDAL_AUTOPLAY_ANDROID"
              | "TIDAL_AUTOPLAY_IOS"
              | "TIDAL_AUTOPLAY_WEB"
              | "TWITTER"
              | "FACEBOOK"
              | "INSTAGRAM"
              | "TIKTOK"
              | "SNAPCHAT"
              | "HOMEPAGE"
    • User_Public_Profiles_External_Link_Meta: {
          handle: string;
          type:
              | "TIDAL_SHARING"
              | "TIDAL_AUTOPLAY_ANDROID"
              | "TIDAL_AUTOPLAY_IOS"
              | "TIDAL_AUTOPLAY_WEB"
              | "TWITTER"
              | "FACEBOOK"
              | "INSTAGRAM"
              | "TIKTOK"
              | "SNAPCHAT"
              | "HOMEPAGE";
      }
      • handle: string

        external link handle

        JohnSmith
        
      • type:
            | "TIDAL_SHARING"
            | "TIDAL_AUTOPLAY_ANDROID"
            | "TIDAL_AUTOPLAY_IOS"
            | "TIDAL_AUTOPLAY_WEB"
            | "TWITTER"
            | "FACEBOOK"
            | "INSTAGRAM"
            | "TIKTOK"
            | "SNAPCHAT"
            | "HOMEPAGE"
    • UserCollectionAlbumsRelationshipAddOperation_Payload: { data: { id: string; type: "albums" }[] }
    • UserCollectionAlbumsRelationshipAddOperation_Payload_Data: { id: string; type: "albums" }
    • UserCollectionAlbumsRelationshipRemoveOperation_Payload: { data: { id: string; meta: { itemId: string }; type: "albums" }[] }
    • UserCollectionAlbumsRelationshipRemoveOperation_Payload_Data: { id: string; meta: { itemId: string }; type: "albums" }
    • UserCollectionAlbumsRelationshipRemoveOperation_Payload_Data_Meta: { itemId: string }
    • UserCollectionArtistsRelationshipAddOperation_Payload: { data: { id: string; type: "artists" }[] }
    • UserCollectionArtistsRelationshipAddOperation_Payload_Data: { id: string; type: "artists" }
    • UserCollectionArtistsRelationshipRemoveOperation_Payload: { data: { id: string; meta: { itemId: string }; type: "artists" }[] }
    • UserCollectionArtistsRelationshipRemoveOperation_Payload_Data: { id: string; meta: { itemId: string }; type: "artists" }
    • UserCollectionArtistsRelationshipRemoveOperation_Payload_Data_Meta: { itemId: string }
    • UserCollectionPlaylistsRelationshipRemoveOperation_Payload: { data: { id: string; type: "playlists" }[] }
    • UserCollectionPlaylistsRelationshipRemoveOperation_Payload_Data: { id: string; type: "playlists" }
    • UserCollectionPlaylistsRelationshipRemoveOperation_Payload_Data_Meta: { itemId: string }
    • UserCollections_Attributes: Record<string, never>
    • UserCollections_Multi_Data_Document: {
          data?: {
              attributes?: Record<string, never>;
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  albums: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  artists: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  playlists: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: Record<string, never>;
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                artists: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                playlists: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserCollections_Multi_Data_Relationship_Document: {
          data?: { id: string; type: string }[];
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: Record<string, never>;
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      playlists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; type: string }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: Record<string, never>;
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    playlists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserCollections_Relationships: {
          albums: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          artists: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          playlists: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
      }
    • UserCollections_Resource: {
          attributes?: Record<string, never>;
          id: string;
          links?: { next?: string; self: string };
          relationships?: {
              albums: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              artists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              playlists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          };
          type: string;
      }
      • Optionalattributes?: Record<string, never>
      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • Optionalrelationships?: {
            albums: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            artists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            playlists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        }
      • type: string

        resource unique type

        tracks
        
    • UserCollections_Single_Data_Document: {
          data?: {
              attributes?: Record<string, never>;
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  albums: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  artists: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  playlists: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
              };
              type: string;
          };
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: Record<string, never>;
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                playlists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        }
        • Optionalattributes?: Record<string, never>
        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • Optionalrelationships?: {
              albums: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              artists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              playlists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          }
        • type: string

          resource unique type

          tracks
          
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserEntitlements_Attributes: { entitlements: ("DJ" | "MUSIC")[] }
      • entitlements: ("DJ" | "MUSIC")[]

        entitlements for user

    • UserEntitlements_Multi_Data_Document: {
          data?: {
              attributes?: { entitlements: ("DJ" | "MUSIC")[] };
              id: string;
              links?: { next?: string; self: string };
              type: string;
          }[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: { entitlements: ("DJ" | "MUSIC")[] };
            id: string;
            links?: { next?: string; self: string };
            type: string;
        }[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserEntitlements_Resource: {
          attributes?: { entitlements: ("DJ" | "MUSIC")[] };
          id: string;
          links?: { next?: string; self: string };
          type: string;
      }
      • Optionalattributes?: { entitlements: ("DJ" | "MUSIC")[] }
        • entitlements: ("DJ" | "MUSIC")[]

          entitlements for user

      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • type: string

        resource unique type

        tracks
        
    • UserEntitlements_Single_Data_Document: {
          data?: {
              attributes?: { entitlements: ("DJ" | "MUSIC")[] };
              id: string;
              links?: { next?: string; self: string };
              type: string;
          };
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: { entitlements: ("DJ" | "MUSIC")[] };
            id: string;
            links?: { next?: string; self: string };
            type: string;
        }
        • Optionalattributes?: { entitlements: ("DJ" | "MUSIC")[] }
          • entitlements: ("DJ" | "MUSIC")[]

            entitlements for user

        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • type: string

          resource unique type

          tracks
          
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserPublicProfilePicks_Attributes: {
          colors: { primary: string; secondary: string };
          description: string;
          lastModifiedAt?: string;
          supportedContentType:
              | "artists"
              | "playlists"
              | "tracks"
              | "videos"
              | "albums"
              | "artistRoles"
              | "providers"
              | "searchresults"
              | "userCollections"
              | "userEntitlements"
              | "userPublicProfilePicks"
              | "userPublicProfiles"
              | "userRecommendations"
              | "users";
          title: string;
      }
      • colors: { primary: string; secondary: string }
        • primary: string

          Primary color to visually render the pick

          #FF0000
          
        • secondary: string

          Secondary color to visually render the pick

          #00FF00
          
      • description: string

        Description of pick

        This is the track I listen to when I need to focus
        
      • OptionallastModifiedAt?: string

        Format: date-time

        Date of last modification of the pick (ISO 8601)

        2021-08-31T12:00:00Z
        
      • supportedContentType:
            | "artists"
            | "playlists"
            | "tracks"
            | "videos"
            | "albums"
            | "artistRoles"
            | "providers"
            | "searchresults"
            | "userCollections"
            | "userEntitlements"
            | "userPublicProfilePicks"
            | "userPublicProfiles"
            | "userRecommendations"
            | "users"

        CatalogueResourceType for supported item for the pick

        TRACK
        @enum {string}
      • title: string

        Pick title

        My favorite track on repeat
        
    • UserPublicProfilePicks_Multi_Data_Document: {
          data?: {
              attributes?: {
                  colors: { primary: string; secondary: string };
                  description: string;
                  lastModifiedAt?: string;
                  supportedContentType:
                      | "artists"
                      | "playlists"
                      | "tracks"
                      | "videos"
                      | "albums"
                      | "artistRoles"
                      | "providers"
                      | "searchresults"
                      | "userCollections"
                      | "userEntitlements"
                      | "userPublicProfilePicks"
                      | "userPublicProfiles"
                      | "userRecommendations"
                      | "users";
                  title: string;
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  item: {
                      data?: { id: string; type: string };
                      links?: { next?: (...) | (...); self: string };
                  };
                  userPublicProfile: {
                      data?: { id: string; type: string };
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          included?: {
              attributes?: {
                  color: string[];
                  externalLinks?: { href: string; meta: { handle: ...; type: ... } }[];
                  handle?: string;
                  numberOfFollowers?: number;
                  numberOfFollows?: number;
                  picture?: { href: string };
                  profileName?: string;
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  followers: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  following: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  publicPicks: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  publicPlaylists: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                colors: { primary: string; secondary: string };
                description: string;
                lastModifiedAt?: string;
                supportedContentType:
                    | "artists"
                    | "playlists"
                    | "tracks"
                    | "videos"
                    | "albums"
                    | "artistRoles"
                    | "providers"
                    | "searchresults"
                    | "userCollections"
                    | "userEntitlements"
                    | "userPublicProfilePicks"
                    | "userPublicProfiles"
                    | "userRecommendations"
                    | "users";
                title: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                item: {
                    data?: { id: string; type: string };
                    links?: { next?: (...) | (...); self: string };
                };
                userPublicProfile: {
                    data?: { id: string; type: string };
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionalincluded?: {
            attributes?: {
                color: string[];
                externalLinks?: { href: string; meta: { handle: ...; type: ... } }[];
                handle?: string;
                numberOfFollowers?: number;
                numberOfFollows?: number;
                picture?: { href: string };
                profileName?: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                followers: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                following: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                publicPicks: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                publicPlaylists: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserPublicProfilePicks_Relationships: {
          item: {
              data?: { id: string; type: string };
              links?: { next?: string; self: string };
          };
          userPublicProfile: {
              data?: { id: string; type: string };
              links?: { next?: string; self: string };
          };
      }
    • UserPublicProfilePicks_Resource: {
          attributes?: {
              colors: { primary: string; secondary: string };
              description: string;
              lastModifiedAt?: string;
              supportedContentType:
                  | "artists"
                  | "playlists"
                  | "tracks"
                  | "videos"
                  | "albums"
                  | "artistRoles"
                  | "providers"
                  | "searchresults"
                  | "userCollections"
                  | "userEntitlements"
                  | "userPublicProfilePicks"
                  | "userPublicProfiles"
                  | "userRecommendations"
                  | "users";
              title: string;
          };
          id: string;
          links?: { next?: string; self: string };
          relationships?: {
              item: {
                  data?: { id: string; type: string };
                  links?: { next?: string; self: string };
              };
              userPublicProfile: {
                  data?: { id: string; type: string };
                  links?: { next?: string; self: string };
              };
          };
          type: string;
      }
      • Optionalattributes?: {
            colors: { primary: string; secondary: string };
            description: string;
            lastModifiedAt?: string;
            supportedContentType:
                | "artists"
                | "playlists"
                | "tracks"
                | "videos"
                | "albums"
                | "artistRoles"
                | "providers"
                | "searchresults"
                | "userCollections"
                | "userEntitlements"
                | "userPublicProfilePicks"
                | "userPublicProfiles"
                | "userRecommendations"
                | "users";
            title: string;
        }
        • colors: { primary: string; secondary: string }
          • primary: string

            Primary color to visually render the pick

            #FF0000
            
          • secondary: string

            Secondary color to visually render the pick

            #00FF00
            
        • description: string

          Description of pick

          This is the track I listen to when I need to focus
          
        • OptionallastModifiedAt?: string

          Format: date-time

          Date of last modification of the pick (ISO 8601)

          2021-08-31T12:00:00Z
          
        • supportedContentType:
              | "artists"
              | "playlists"
              | "tracks"
              | "videos"
              | "albums"
              | "artistRoles"
              | "providers"
              | "searchresults"
              | "userCollections"
              | "userEntitlements"
              | "userPublicProfilePicks"
              | "userPublicProfiles"
              | "userRecommendations"
              | "users"

          CatalogueResourceType for supported item for the pick

          TRACK
          @enum {string}
        • title: string

          Pick title

          My favorite track on repeat
          
      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • Optionalrelationships?: {
            item: {
                data?: { id: string; type: string };
                links?: { next?: string; self: string };
            };
            userPublicProfile: {
                data?: { id: string; type: string };
                links?: { next?: string; self: string };
            };
        }
      • type: string

        resource unique type

        tracks
        
    • UserPublicProfilePicks_Single_Data_Document: {
          data?: {
              attributes?: {
                  colors: { primary: string; secondary: string };
                  description: string;
                  lastModifiedAt?: string;
                  supportedContentType:
                      | "artists"
                      | "playlists"
                      | "tracks"
                      | "videos"
                      | "albums"
                      | "artistRoles"
                      | "providers"
                      | "searchresults"
                      | "userCollections"
                      | "userEntitlements"
                      | "userPublicProfilePicks"
                      | "userPublicProfiles"
                      | "userRecommendations"
                      | "users";
                  title: string;
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  item: {
                      data?: { id: string; type: string };
                      links?: { next?: string; self: string };
                  };
                  userPublicProfile: {
                      data?: { id: string; type: string };
                      links?: { next?: string; self: string };
                  };
              };
              type: string;
          };
          included?: {
              attributes?: {
                  color: string[];
                  externalLinks?: { href: string; meta: { handle: ...; type: ... } }[];
                  handle?: string;
                  numberOfFollowers?: number;
                  numberOfFollows?: number;
                  picture?: { href: string };
                  profileName?: string;
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  followers: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  following: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  publicPicks: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  publicPlaylists: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                colors: { primary: string; secondary: string };
                description: string;
                lastModifiedAt?: string;
                supportedContentType:
                    | "artists"
                    | "playlists"
                    | "tracks"
                    | "videos"
                    | "albums"
                    | "artistRoles"
                    | "providers"
                    | "searchresults"
                    | "userCollections"
                    | "userEntitlements"
                    | "userPublicProfilePicks"
                    | "userPublicProfiles"
                    | "userRecommendations"
                    | "users";
                title: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                item: {
                    data?: { id: string; type: string };
                    links?: { next?: string; self: string };
                };
                userPublicProfile: {
                    data?: { id: string; type: string };
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        }
        • Optionalattributes?: {
              colors: { primary: string; secondary: string };
              description: string;
              lastModifiedAt?: string;
              supportedContentType:
                  | "artists"
                  | "playlists"
                  | "tracks"
                  | "videos"
                  | "albums"
                  | "artistRoles"
                  | "providers"
                  | "searchresults"
                  | "userCollections"
                  | "userEntitlements"
                  | "userPublicProfilePicks"
                  | "userPublicProfiles"
                  | "userRecommendations"
                  | "users";
              title: string;
          }
          • colors: { primary: string; secondary: string }
            • primary: string

              Primary color to visually render the pick

              #FF0000
              
            • secondary: string

              Secondary color to visually render the pick

              #00FF00
              
          • description: string

            Description of pick

            This is the track I listen to when I need to focus
            
          • OptionallastModifiedAt?: string

            Format: date-time

            Date of last modification of the pick (ISO 8601)

            2021-08-31T12:00:00Z
            
          • supportedContentType:
                | "artists"
                | "playlists"
                | "tracks"
                | "videos"
                | "albums"
                | "artistRoles"
                | "providers"
                | "searchresults"
                | "userCollections"
                | "userEntitlements"
                | "userPublicProfilePicks"
                | "userPublicProfiles"
                | "userRecommendations"
                | "users"

            CatalogueResourceType for supported item for the pick

            TRACK
            @enum {string}
          • title: string

            Pick title

            My favorite track on repeat
            
        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • Optionalrelationships?: {
              item: {
                  data?: { id: string; type: string };
                  links?: { next?: string; self: string };
              };
              userPublicProfile: {
                  data?: { id: string; type: string };
                  links?: { next?: string; self: string };
              };
          }
        • type: string

          resource unique type

          tracks
          
      • Optionalincluded?: {
            attributes?: {
                color: string[];
                externalLinks?: { href: string; meta: { handle: ...; type: ... } }[];
                handle?: string;
                numberOfFollowers?: number;
                numberOfFollows?: number;
                picture?: { href: string };
                profileName?: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                followers: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                following: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                publicPicks: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                publicPlaylists: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserPublicProfilePicks_Singleton_Data_Relationship_Document: {
          data?: { id: string; type: string };
          included?: (
              | {
                  attributes?: {
                      colors: { primary: string; secondary: string };
                      description: string;
                      lastModifiedAt?: string;
                      supportedContentType:
                          | "artists"
                          | "playlists"
                          | "tracks"
                          | "videos"
                          | "albums"
                          | "artistRoles"
                          | "providers"
                          | "searchresults"
                          | "userCollections"
                          | "userEntitlements"
                          | "userPublicProfilePicks"
                          | "userPublicProfiles"
                          | "userRecommendations"
                          | "users";
                      title: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      item: {
                          data?: { id: ...; type: ... };
                          links?: { next?: ...; self: ... };
                      };
                      userPublicProfile: {
                          data?: { id: ...; type: ... };
                          links?: { next?: ...; self: ... };
                      };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      color: string[];
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      numberOfFollowers?: number;
                      numberOfFollows?: number;
                      picture?: { href: string };
                      profileName?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      followers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      following: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      publicPicks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      publicPlaylists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; type: string }
        • id: string

          resource unique identifier

          12345
          
        • type: string

          resource unique type

          tracks
          
      • Optionalincluded?: (
            | {
                attributes?: {
                    colors: { primary: string; secondary: string };
                    description: string;
                    lastModifiedAt?: string;
                    supportedContentType:
                        | "artists"
                        | "playlists"
                        | "tracks"
                        | "videos"
                        | "albums"
                        | "artistRoles"
                        | "providers"
                        | "searchresults"
                        | "userCollections"
                        | "userEntitlements"
                        | "userPublicProfilePicks"
                        | "userPublicProfiles"
                        | "userRecommendations"
                        | "users";
                    title: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    item: {
                        data?: { id: ...; type: ... };
                        links?: { next?: ...; self: ... };
                    };
                    userPublicProfile: {
                        data?: { id: ...; type: ... };
                        links?: { next?: ...; self: ... };
                    };
                };
                type: string;
            }
            | {
                attributes?: {
                    color: string[];
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    numberOfFollowers?: number;
                    numberOfFollows?: number;
                    picture?: { href: string };
                    profileName?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    followers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    following: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    publicPicks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    publicPlaylists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserPublicProfiles_Attributes: {
          color: string[];
          externalLinks?: {
              href: string;
              meta: {
                  handle: string;
                  type:
                      | "TIDAL_SHARING"
                      | "TIDAL_AUTOPLAY_ANDROID"
                      | "TIDAL_AUTOPLAY_IOS"
                      | "TIDAL_AUTOPLAY_WEB"
                      | "TWITTER"
                      | "FACEBOOK"
                      | "INSTAGRAM"
                      | "TIKTOK"
                      | "SNAPCHAT"
                      | "HOMEPAGE";
              };
          }[];
          handle?: string;
          numberOfFollowers?: number;
          numberOfFollows?: number;
          picture?: { href: string };
          profileName?: string;
      }
      • color: string[]
      • OptionalexternalLinks?: {
            href: string;
            meta: {
                handle: string;
                type:
                    | "TIDAL_SHARING"
                    | "TIDAL_AUTOPLAY_ANDROID"
                    | "TIDAL_AUTOPLAY_IOS"
                    | "TIDAL_AUTOPLAY_WEB"
                    | "TWITTER"
                    | "FACEBOOK"
                    | "INSTAGRAM"
                    | "TIKTOK"
                    | "SNAPCHAT"
                    | "HOMEPAGE";
            };
        }[]

        ExternalLinks for the user's profile

      • Optionalhandle?: string

        A customizable handle for the user profile

        
        
      • OptionalnumberOfFollowers?: number

        Format: int32

        Number of followers for the user

        32
        
      • OptionalnumberOfFollows?: number

        Format: int32

        Number of users the user follows

        32
        
      • Optionalpicture?: { href: string }
      • OptionalprofileName?: string

        Public Name of the user profile

        JohnSmith
        
    • UserPublicProfiles_Multi_Data_Document: {
          data?: {
              attributes?: {
                  color: string[];
                  externalLinks?: { href: string; meta: { handle: ...; type: ... } }[];
                  handle?: string;
                  numberOfFollowers?: number;
                  numberOfFollows?: number;
                  picture?: { href: string };
                  profileName?: string;
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  followers: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  following: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  publicPicks: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  publicPlaylists: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          included?: (
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      country: string;
                      email?: string;
                      emailVerified?: boolean;
                      firstName?: string;
                      lastName?: string;
                      username: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
              | {
                  attributes?: {
                      colors: { primary: string; secondary: string };
                      description: string;
                      lastModifiedAt?: string;
                      supportedContentType:
                          | "artists"
                          | "playlists"
                          | "tracks"
                          | "videos"
                          | "albums"
                          | "artistRoles"
                          | "providers"
                          | "searchresults"
                          | "userCollections"
                          | "userEntitlements"
                          | "userPublicProfilePicks"
                          | "userPublicProfiles"
                          | "userRecommendations"
                          | "users";
                      title: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      item: {
                          data?: { id: ...; type: ... };
                          links?: { next?: ...; self: ... };
                      };
                      userPublicProfile: {
                          data?: { id: ...; type: ... };
                          links?: { next?: ...; self: ... };
                      };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                color: string[];
                externalLinks?: { href: string; meta: { handle: ...; type: ... } }[];
                handle?: string;
                numberOfFollowers?: number;
                numberOfFollows?: number;
                picture?: { href: string };
                profileName?: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                followers: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                following: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                publicPicks: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                publicPlaylists: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    country: string;
                    email?: string;
                    emailVerified?: boolean;
                    firstName?: string;
                    lastName?: string;
                    username: string;
                };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
            | {
                attributes?: {
                    colors: { primary: string; secondary: string };
                    description: string;
                    lastModifiedAt?: string;
                    supportedContentType:
                        | "artists"
                        | "playlists"
                        | "tracks"
                        | "videos"
                        | "albums"
                        | "artistRoles"
                        | "providers"
                        | "searchresults"
                        | "userCollections"
                        | "userEntitlements"
                        | "userPublicProfilePicks"
                        | "userPublicProfiles"
                        | "userRecommendations"
                        | "users";
                    title: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    item: {
                        data?: { id: ...; type: ... };
                        links?: { next?: ...; self: ... };
                    };
                    userPublicProfile: {
                        data?: { id: ...; type: ... };
                        links?: { next?: ...; self: ... };
                    };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserPublicProfiles_Multi_Data_Relationship_Document: {
          data?: { id: string; type: string }[];
          included?: (
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      country: string;
                      email?: string;
                      emailVerified?: boolean;
                      firstName?: string;
                      lastName?: string;
                      username: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
              | {
                  attributes?: {
                      colors: { primary: string; secondary: string };
                      description: string;
                      lastModifiedAt?: string;
                      supportedContentType:
                          | "artists"
                          | "playlists"
                          | "tracks"
                          | "videos"
                          | "albums"
                          | "artistRoles"
                          | "providers"
                          | "searchresults"
                          | "userCollections"
                          | "userEntitlements"
                          | "userPublicProfilePicks"
                          | "userPublicProfiles"
                          | "userRecommendations"
                          | "users";
                      title: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      item: {
                          data?: { id: ...; type: ... };
                          links?: { next?: ...; self: ... };
                      };
                      userPublicProfile: {
                          data?: { id: ...; type: ... };
                          links?: { next?: ...; self: ... };
                      };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      color: string[];
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      numberOfFollowers?: number;
                      numberOfFollows?: number;
                      picture?: { href: string };
                      profileName?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      followers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      following: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      publicPicks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      publicPlaylists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; type: string }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    country: string;
                    email?: string;
                    emailVerified?: boolean;
                    firstName?: string;
                    lastName?: string;
                    username: string;
                };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
            | {
                attributes?: {
                    colors: { primary: string; secondary: string };
                    description: string;
                    lastModifiedAt?: string;
                    supportedContentType:
                        | "artists"
                        | "playlists"
                        | "tracks"
                        | "videos"
                        | "albums"
                        | "artistRoles"
                        | "providers"
                        | "searchresults"
                        | "userCollections"
                        | "userEntitlements"
                        | "userPublicProfilePicks"
                        | "userPublicProfiles"
                        | "userRecommendations"
                        | "users";
                    title: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    item: {
                        data?: { id: ...; type: ... };
                        links?: { next?: ...; self: ... };
                    };
                    userPublicProfile: {
                        data?: { id: ...; type: ... };
                        links?: { next?: ...; self: ... };
                    };
                };
                type: string;
            }
            | {
                attributes?: {
                    color: string[];
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    numberOfFollowers?: number;
                    numberOfFollows?: number;
                    picture?: { href: string };
                    profileName?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    followers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    following: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    publicPicks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    publicPlaylists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserPublicProfiles_Relationships: {
          followers: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          following: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          publicPicks: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          publicPlaylists: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
      }
    • UserPublicProfiles_Resource: {
          attributes?: {
              color: string[];
              externalLinks?: {
                  href: string;
                  meta: {
                      handle: string;
                      type:
                          | "TIDAL_SHARING"
                          | "TIDAL_AUTOPLAY_ANDROID"
                          | "TIDAL_AUTOPLAY_IOS"
                          | "TIDAL_AUTOPLAY_WEB"
                          | "TWITTER"
                          | "FACEBOOK"
                          | "INSTAGRAM"
                          | "TIKTOK"
                          | "SNAPCHAT"
                          | "HOMEPAGE";
                  };
              }[];
              handle?: string;
              numberOfFollowers?: number;
              numberOfFollows?: number;
              picture?: { href: string };
              profileName?: string;
          };
          id: string;
          links?: { next?: string; self: string };
          relationships?: {
              followers: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              following: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              publicPicks: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              publicPlaylists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          };
          type: string;
      }
      • Optionalattributes?: {
            color: string[];
            externalLinks?: {
                href: string;
                meta: {
                    handle: string;
                    type:
                        | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                };
            }[];
            handle?: string;
            numberOfFollowers?: number;
            numberOfFollows?: number;
            picture?: { href: string };
            profileName?: string;
        }
        • color: string[]
        • OptionalexternalLinks?: {
              href: string;
              meta: {
                  handle: string;
                  type:
                      | "TIDAL_SHARING"
                      | "TIDAL_AUTOPLAY_ANDROID"
                      | "TIDAL_AUTOPLAY_IOS"
                      | "TIDAL_AUTOPLAY_WEB"
                      | "TWITTER"
                      | "FACEBOOK"
                      | "INSTAGRAM"
                      | "TIKTOK"
                      | "SNAPCHAT"
                      | "HOMEPAGE";
              };
          }[]

          ExternalLinks for the user's profile

        • Optionalhandle?: string

          A customizable handle for the user profile

          
          
        • OptionalnumberOfFollowers?: number

          Format: int32

          Number of followers for the user

          32
          
        • OptionalnumberOfFollows?: number

          Format: int32

          Number of users the user follows

          32
          
        • Optionalpicture?: { href: string }
        • OptionalprofileName?: string

          Public Name of the user profile

          JohnSmith
          
      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • Optionalrelationships?: {
            followers: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            following: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            publicPicks: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            publicPlaylists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        }
      • type: string

        resource unique type

        tracks
        
    • UserPublicProfiles_Single_Data_Document: {
          data?: {
              attributes?: {
                  color: string[];
                  externalLinks?: {
                      href: string;
                      meta: {
                          handle: string;
                          type:
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...);
                      };
                  }[];
                  handle?: string;
                  numberOfFollowers?: number;
                  numberOfFollows?: number;
                  picture?: { href: string };
                  profileName?: string;
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  followers: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  following: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  publicPicks: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  publicPlaylists: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
              };
              type: string;
          };
          included?: (
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      country: string;
                      email?: string;
                      emailVerified?: boolean;
                      firstName?: string;
                      lastName?: string;
                      username: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
              | {
                  attributes?: {
                      colors: { primary: string; secondary: string };
                      description: string;
                      lastModifiedAt?: string;
                      supportedContentType:
                          | "artists"
                          | "playlists"
                          | "tracks"
                          | "videos"
                          | "albums"
                          | "artistRoles"
                          | "providers"
                          | "searchresults"
                          | "userCollections"
                          | "userEntitlements"
                          | "userPublicProfilePicks"
                          | "userPublicProfiles"
                          | "userRecommendations"
                          | "users";
                      title: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      item: {
                          data?: { id: ...; type: ... };
                          links?: { next?: ...; self: ... };
                      };
                      userPublicProfile: {
                          data?: { id: ...; type: ... };
                          links?: { next?: ...; self: ... };
                      };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                color: string[];
                externalLinks?: {
                    href: string;
                    meta: {
                        handle: string;
                        type:
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                    };
                }[];
                handle?: string;
                numberOfFollowers?: number;
                numberOfFollows?: number;
                picture?: { href: string };
                profileName?: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                followers: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                following: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                publicPicks: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                publicPlaylists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        }
        • Optionalattributes?: {
              color: string[];
              externalLinks?: {
                  href: string;
                  meta: {
                      handle: string;
                      type:
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...);
                  };
              }[];
              handle?: string;
              numberOfFollowers?: number;
              numberOfFollows?: number;
              picture?: { href: string };
              profileName?: string;
          }
          • color: string[]
          • OptionalexternalLinks?: {
                href: string;
                meta: {
                    handle: string;
                    type:
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...);
                };
            }[]

            ExternalLinks for the user's profile

          • Optionalhandle?: string

            A customizable handle for the user profile

            
            
          • OptionalnumberOfFollowers?: number

            Format: int32

            Number of followers for the user

            32
            
          • OptionalnumberOfFollows?: number

            Format: int32

            Number of users the user follows

            32
            
          • Optionalpicture?: { href: string }
          • OptionalprofileName?: string

            Public Name of the user profile

            JohnSmith
            
        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • Optionalrelationships?: {
              followers: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              following: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              publicPicks: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              publicPlaylists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          }
        • type: string

          resource unique type

          tracks
          
      • Optionalincluded?: (
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    country: string;
                    email?: string;
                    emailVerified?: boolean;
                    firstName?: string;
                    lastName?: string;
                    username: string;
                };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
            | {
                attributes?: {
                    colors: { primary: string; secondary: string };
                    description: string;
                    lastModifiedAt?: string;
                    supportedContentType:
                        | "artists"
                        | "playlists"
                        | "tracks"
                        | "videos"
                        | "albums"
                        | "artistRoles"
                        | "providers"
                        | "searchresults"
                        | "userCollections"
                        | "userEntitlements"
                        | "userPublicProfilePicks"
                        | "userPublicProfiles"
                        | "userRecommendations"
                        | "users";
                    title: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    item: {
                        data?: { id: ...; type: ... };
                        links?: { next?: ...; self: ... };
                    };
                    userPublicProfile: {
                        data?: { id: ...; type: ... };
                        links?: { next?: ...; self: ... };
                    };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserRecommendations_Attributes: Record<string, never>
    • UserRecommendations_Multi_Data_Document: {
          data?: {
              attributes?: Record<string, never>;
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  discoveryMixes: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  myMixes: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  newArrivalMixes: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          included?: {
              attributes?: {
                  bounded: boolean;
                  createdAt: string;
                  description?: string;
                  duration?: string;
                  externalLinks: {
                      href: string;
                      meta: {
                          type: | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...);
                      };
                  }[];
                  imageLinks: { href: string; meta: { height: number; width: number } }[];
                  lastModifiedAt: string;
                  name: string;
                  numberOfItems?: number;
                  playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                  privacy: "PUBLIC" | "PRIVATE";
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  items: {
                      data?: { id: ...; meta?: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  owners: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: Record<string, never>;
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                discoveryMixes: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                myMixes: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                newArrivalMixes: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionalincluded?: {
            attributes?: {
                bounded: boolean;
                createdAt: string;
                description?: string;
                duration?: string;
                externalLinks: {
                    href: string;
                    meta: {
                        type:
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                    };
                }[];
                imageLinks: { href: string; meta: { height: number; width: number } }[];
                lastModifiedAt: string;
                name: string;
                numberOfItems?: number;
                playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                privacy: "PUBLIC" | "PRIVATE";
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                items: {
                    data?: { id: ...; meta?: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                owners: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserRecommendations_Multi_Data_Relationship_Document: {
          data?: { id: string; type: string }[];
          included?: (
              | {
                  attributes?: {
                      bounded: boolean;
                      createdAt: string;
                      description?: string;
                      duration?: string;
                      externalLinks: { href: string; meta: { type: ... } }[];
                      imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                      lastModifiedAt: string;
                      name: string;
                      numberOfItems?: number;
                      playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                      privacy: "PUBLIC" | "PRIVATE";
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: Record<string, never>;
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      discoveryMixes: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      myMixes: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      newArrivalMixes: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; type: string }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    bounded: boolean;
                    createdAt: string;
                    description?: string;
                    duration?: string;
                    externalLinks: { href: string; meta: { type: ... } }[];
                    imageLinks: { href: string; meta: { height: ...; width: ... } }[];
                    lastModifiedAt: string;
                    name: string;
                    numberOfItems?: number;
                    playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                    privacy: "PUBLIC" | "PRIVATE";
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    owners: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: Record<string, never>;
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    discoveryMixes: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    myMixes: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    newArrivalMixes: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • UserRecommendations_Relationships: {
          discoveryMixes: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          myMixes: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          newArrivalMixes: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
      }
    • UserRecommendations_Resource: {
          attributes?: Record<string, never>;
          id: string;
          links?: { next?: string; self: string };
          relationships?: {
              discoveryMixes: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              myMixes: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              newArrivalMixes: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          };
          type: string;
      }
      • Optionalattributes?: Record<string, never>
      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • Optionalrelationships?: {
            discoveryMixes: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            myMixes: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            newArrivalMixes: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        }
      • type: string

        resource unique type

        tracks
        
    • UserRecommendations_Single_Data_Document: {
          data?: {
              attributes?: Record<string, never>;
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  discoveryMixes: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  myMixes: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  newArrivalMixes: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
              };
              type: string;
          };
          included?: {
              attributes?: {
                  bounded: boolean;
                  createdAt: string;
                  description?: string;
                  duration?: string;
                  externalLinks: {
                      href: string;
                      meta: {
                          type: | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...);
                      };
                  }[];
                  imageLinks: { href: string; meta: { height: number; width: number } }[];
                  lastModifiedAt: string;
                  name: string;
                  numberOfItems?: number;
                  playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                  privacy: "PUBLIC" | "PRIVATE";
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  items: {
                      data?: { id: ...; meta?: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  owners: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: Record<string, never>;
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                discoveryMixes: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                myMixes: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                newArrivalMixes: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        }
        • Optionalattributes?: Record<string, never>
        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • Optionalrelationships?: {
              discoveryMixes: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              myMixes: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              newArrivalMixes: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          }
        • type: string

          resource unique type

          tracks
          
      • Optionalincluded?: {
            attributes?: {
                bounded: boolean;
                createdAt: string;
                description?: string;
                duration?: string;
                externalLinks: {
                    href: string;
                    meta: {
                        type:
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                    };
                }[];
                imageLinks: { href: string; meta: { height: number; width: number } }[];
                lastModifiedAt: string;
                name: string;
                numberOfItems?: number;
                playlistType: "ARTIST" | "EDITORIAL" | "USER" | "MIX";
                privacy: "PUBLIC" | "PRIVATE";
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                items: {
                    data?: { id: ...; meta?: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                owners: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Users_Attributes: {
          country: string;
          email?: string;
          emailVerified?: boolean;
          firstName?: string;
          lastName?: string;
          username: string;
      }
      • country: string

        ISO 3166-1 alpha-2 country code

        US
        
      • Optionalemail?: string

        email address

        test@test.com
        
      • OptionalemailVerified?: boolean

        Is the email verified

        true
        
      • OptionalfirstName?: string

        Users first name

        John
        
      • OptionallastName?: string

        Users last name

        Rambo
        
      • username: string

        user name

        username
        
    • Users_Multi_Data_Document: {
          data?: {
              attributes?: {
                  country: string;
                  email?: string;
                  emailVerified?: boolean;
                  firstName?: string;
                  lastName?: string;
                  username: string;
              };
              id: string;
              links?: { next?: string; self: string };
              type: string;
          }[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                country: string;
                email?: string;
                emailVerified?: boolean;
                firstName?: string;
                lastName?: string;
                username: string;
            };
            id: string;
            links?: { next?: string; self: string };
            type: string;
        }[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Users_Resource: {
          attributes?: {
              country: string;
              email?: string;
              emailVerified?: boolean;
              firstName?: string;
              lastName?: string;
              username: string;
          };
          id: string;
          links?: { next?: string; self: string };
          type: string;
      }
      • Optionalattributes?: {
            country: string;
            email?: string;
            emailVerified?: boolean;
            firstName?: string;
            lastName?: string;
            username: string;
        }
        • country: string

          ISO 3166-1 alpha-2 country code

          US
          
        • Optionalemail?: string

          email address

          test@test.com
          
        • OptionalemailVerified?: boolean

          Is the email verified

          true
          
        • OptionalfirstName?: string

          Users first name

          John
          
        • OptionallastName?: string

          Users last name

          Rambo
          
        • username: string

          user name

          username
          
      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • type: string

        resource unique type

        tracks
        
    • Users_Single_Data_Document: {
          data?: {
              attributes?: {
                  country: string;
                  email?: string;
                  emailVerified?: boolean;
                  firstName?: string;
                  lastName?: string;
                  username: string;
              };
              id: string;
              links?: { next?: string; self: string };
              type: string;
          };
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                country: string;
                email?: string;
                emailVerified?: boolean;
                firstName?: string;
                lastName?: string;
                username: string;
            };
            id: string;
            links?: { next?: string; self: string };
            type: string;
        }
        • Optionalattributes?: {
              country: string;
              email?: string;
              emailVerified?: boolean;
              firstName?: string;
              lastName?: string;
              username: string;
          }
          • country: string

            ISO 3166-1 alpha-2 country code

            US
            
          • Optionalemail?: string

            email address

            test@test.com
            
          • OptionalemailVerified?: boolean

            Is the email verified

            true
            
          • OptionalfirstName?: string

            Users first name

            John
            
          • OptionallastName?: string

            Users last name

            Rambo
            
          • username: string

            user name

            username
            
        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • type: string

          resource unique type

          tracks
          
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Video_Link: { href: string; meta: { height: number; width: number } }
      • href: string
      • meta: { height: number; width: number }
        • height: number

          Format: int32

          video height (in pixels)

          80
          
        • width: number

          Format: int32

          video width (in pixels)

          80
          
    • Video_Link_Meta: { height: number; width: number }

      metadata about a video

      • height: number

        Format: int32

        video height (in pixels)

        80
        
      • width: number

        Format: int32

        video width (in pixels)

        80
        
    • Videos_Attributes: {
          availability?: ("STREAM" | "DJ" | "STEM")[];
          copyright?: string;
          duration: string;
          explicit: boolean;
          externalLinks?: {
              href: string;
              meta: {
                  type:
                      | "TIDAL_SHARING"
                      | "TIDAL_AUTOPLAY_ANDROID"
                      | "TIDAL_AUTOPLAY_IOS"
                      | "TIDAL_AUTOPLAY_WEB"
                      | "TWITTER"
                      | "FACEBOOK"
                      | "INSTAGRAM"
                      | "TIKTOK"
                      | "SNAPCHAT"
                      | "HOMEPAGE";
              };
          }[];
          imageLinks?: { href: string; meta: { height: number; width: number } }[];
          isrc: string;
          popularity: number;
          releaseDate?: string;
          title: string;
          version?: string;
      }
      • Optionalavailability?: ("STREAM" | "DJ" | "STEM")[]

        Defines a catalog item availability e.g. for streaming, DJs, stems

      • Optionalcopyright?: string

        Copyright information

        (p)(c) 2017 S. CARTER ENTERPRISES, LLC. MARKETED BY ROC NATION & DISTRIBUTED BY ROC NATION/UMG RECORDINGS INC.
        
      • duration: string

        Duration expressed in accordance with ISO 8601

        P30M5S
        
      • explicit: boolean

        Indicates whether a catalog item consist of any explicit content

        false
        
      • OptionalexternalLinks?: {
            href: string;
            meta: {
                type:
                    | "TIDAL_SHARING"
                    | "TIDAL_AUTOPLAY_ANDROID"
                    | "TIDAL_AUTOPLAY_IOS"
                    | "TIDAL_AUTOPLAY_WEB"
                    | "TWITTER"
                    | "FACEBOOK"
                    | "INSTAGRAM"
                    | "TIKTOK"
                    | "SNAPCHAT"
                    | "HOMEPAGE";
            };
        }[]

        Represents available links to something that is related to a catalog item, but external to the TIDAL API

      • OptionalimageLinks?: { href: string; meta: { height: number; width: number } }[]

        Represents available links to, and metadata about, an album item images

      • isrc: string

        ISRC code

        TIDAL2274
        
      • popularity: number

        Format: double

        Track or video popularity (ranged in 0.00 ... 1.00). Conditionally visible

        0.56
        
      • OptionalreleaseDate?: string

        Format: date

        Release date (ISO-8601)

        2017-06-27
        
      • title: string

        Album item's title

        Kill Jay Z
        
      • Optionalversion?: string

        Version of the album's item; complements title

        Kill Jay Z
        
    • Videos_Multi_Data_Document: {
          data?: {
              attributes?: {
                  availability?: ("STREAM" | "DJ" | "STEM")[];
                  copyright?: string;
                  duration: string;
                  explicit: boolean;
                  externalLinks?: { href: string; meta: { type: ... } }[];
                  imageLinks?: { href: string; meta: { height: ...; width: ... } }[];
                  isrc: string;
                  popularity: number;
                  releaseDate?: string;
                  title: string;
                  version?: string;
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  albums: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  artists: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
                  providers: {
                      data?: { id: ...; type: ... }[];
                      links?: { next?: (...) | (...); self: string };
                  };
              };
              type: string;
          }[];
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { name: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                availability?: ("STREAM" | "DJ" | "STEM")[];
                copyright?: string;
                duration: string;
                explicit: boolean;
                externalLinks?: { href: string; meta: { type: ... } }[];
                imageLinks?: { href: string; meta: { height: ...; width: ... } }[];
                isrc: string;
                popularity: number;
                releaseDate?: string;
                title: string;
                version?: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                artists: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
                providers: {
                    data?: { id: ...; type: ... }[];
                    links?: { next?: (...) | (...); self: string };
                };
            };
            type: string;
        }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Videos_Multi_Data_Relationship_Document: {
          data?: { id: string; type: string }[];
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      isrc: string;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      version?: string;
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { name: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: { id: string; type: string }[]
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    isrc: string;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    version?: string;
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
    • Videos_Relationships: {
          albums: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          artists: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
          providers: {
              data?: { id: string; type: string }[];
              links?: { next?: string; self: string };
          };
      }
    • Videos_Resource: {
          attributes?: {
              availability?: ("STREAM" | "DJ" | "STEM")[];
              copyright?: string;
              duration: string;
              explicit: boolean;
              externalLinks?: {
                  href: string;
                  meta: {
                      type:
                          | "TIDAL_SHARING"
                          | "TIDAL_AUTOPLAY_ANDROID"
                          | "TIDAL_AUTOPLAY_IOS"
                          | "TIDAL_AUTOPLAY_WEB"
                          | "TWITTER"
                          | "FACEBOOK"
                          | "INSTAGRAM"
                          | "TIKTOK"
                          | "SNAPCHAT"
                          | "HOMEPAGE";
                  };
              }[];
              imageLinks?: { href: string; meta: { height: number; width: number } }[];
              isrc: string;
              popularity: number;
              releaseDate?: string;
              title: string;
              version?: string;
          };
          id: string;
          links?: { next?: string; self: string };
          relationships?: {
              albums: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              artists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              providers: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          };
          type: string;
      }
      • Optionalattributes?: {
            availability?: ("STREAM" | "DJ" | "STEM")[];
            copyright?: string;
            duration: string;
            explicit: boolean;
            externalLinks?: {
                href: string;
                meta: {
                    type:
                        | "TIDAL_SHARING"
                        | "TIDAL_AUTOPLAY_ANDROID"
                        | "TIDAL_AUTOPLAY_IOS"
                        | "TIDAL_AUTOPLAY_WEB"
                        | "TWITTER"
                        | "FACEBOOK"
                        | "INSTAGRAM"
                        | "TIKTOK"
                        | "SNAPCHAT"
                        | "HOMEPAGE";
                };
            }[];
            imageLinks?: { href: string; meta: { height: number; width: number } }[];
            isrc: string;
            popularity: number;
            releaseDate?: string;
            title: string;
            version?: string;
        }
        • Optionalavailability?: ("STREAM" | "DJ" | "STEM")[]

          Defines a catalog item availability e.g. for streaming, DJs, stems

        • Optionalcopyright?: string

          Copyright information

          (p)(c) 2017 S. CARTER ENTERPRISES, LLC. MARKETED BY ROC NATION & DISTRIBUTED BY ROC NATION/UMG RECORDINGS INC.
          
        • duration: string

          Duration expressed in accordance with ISO 8601

          P30M5S
          
        • explicit: boolean

          Indicates whether a catalog item consist of any explicit content

          false
          
        • OptionalexternalLinks?: {
              href: string;
              meta: {
                  type:
                      | "TIDAL_SHARING"
                      | "TIDAL_AUTOPLAY_ANDROID"
                      | "TIDAL_AUTOPLAY_IOS"
                      | "TIDAL_AUTOPLAY_WEB"
                      | "TWITTER"
                      | "FACEBOOK"
                      | "INSTAGRAM"
                      | "TIKTOK"
                      | "SNAPCHAT"
                      | "HOMEPAGE";
              };
          }[]

          Represents available links to something that is related to a catalog item, but external to the TIDAL API

        • OptionalimageLinks?: { href: string; meta: { height: number; width: number } }[]

          Represents available links to, and metadata about, an album item images

        • isrc: string

          ISRC code

          TIDAL2274
          
        • popularity: number

          Format: double

          Track or video popularity (ranged in 0.00 ... 1.00). Conditionally visible

          0.56
          
        • OptionalreleaseDate?: string

          Format: date

          Release date (ISO-8601)

          2017-06-27
          
        • title: string

          Album item's title

          Kill Jay Z
          
        • Optionalversion?: string

          Version of the album's item; complements title

          Kill Jay Z
          
      • id: string

        resource unique identifier

        12345
        
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks
          
      • Optionalrelationships?: {
            albums: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            artists: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
            providers: {
                data?: { id: string; type: string }[];
                links?: { next?: string; self: string };
            };
        }
      • type: string

        resource unique type

        tracks
        
    • Videos_Single_Data_Document: {
          data?: {
              attributes?: {
                  availability?: ("STREAM" | "DJ" | "STEM")[];
                  copyright?: string;
                  duration: string;
                  explicit: boolean;
                  externalLinks?: {
                      href: string;
                      meta: {
                          type:
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...)
                              | (...);
                      };
                  }[];
                  imageLinks?: { href: string; meta: { height: number; width: number } }[];
                  isrc: string;
                  popularity: number;
                  releaseDate?: string;
                  title: string;
                  version?: string;
              };
              id: string;
              links?: { next?: string; self: string };
              relationships?: {
                  albums: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  artists: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
                  providers: {
                      data?: { id: string; type: string }[];
                      links?: { next?: string; self: string };
                  };
              };
              type: string;
          };
          included?: (
              | {
                  attributes?: {
                      availability?: ((...) | (...) | (...))[];
                      barcodeId: string;
                      copyright?: string;
                      duration: string;
                      explicit: boolean;
                      externalLinks?: { href: ...; meta: ... }[];
                      imageLinks?: { href: ...; meta: ... }[];
                      mediaTags: string[];
                      numberOfItems: number;
                      numberOfVolumes: number;
                      popularity: number;
                      releaseDate?: string;
                      title: string;
                      type: "ALBUM" | "EP" | "SINGLE";
                      videoLinks?: { href: ...; meta: ... }[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: {
                      externalLinks?: { href: ...; meta: ... }[];
                      handle?: string;
                      imageLinks?: { href: ...; meta: ... }[];
                      name: string;
                      popularity: number;
                      roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                  };
                  id: string;
                  links?: { next?: string; self: string };
                  relationships?: {
                      albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                      videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                  };
                  type: string;
              }
              | {
                  attributes?: { name: string };
                  id: string;
                  links?: { next?: string; self: string };
                  type: string;
              }
          )[];
          links?: { next?: string; self: string };
      }
      • Optionaldata?: {
            attributes?: {
                availability?: ("STREAM" | "DJ" | "STEM")[];
                copyright?: string;
                duration: string;
                explicit: boolean;
                externalLinks?: {
                    href: string;
                    meta: {
                        type:
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...);
                    };
                }[];
                imageLinks?: { href: string; meta: { height: number; width: number } }[];
                isrc: string;
                popularity: number;
                releaseDate?: string;
                title: string;
                version?: string;
            };
            id: string;
            links?: { next?: string; self: string };
            relationships?: {
                albums: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                artists: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
                providers: {
                    data?: { id: string; type: string }[];
                    links?: { next?: string; self: string };
                };
            };
            type: string;
        }
        • Optionalattributes?: {
              availability?: ("STREAM" | "DJ" | "STEM")[];
              copyright?: string;
              duration: string;
              explicit: boolean;
              externalLinks?: {
                  href: string;
                  meta: {
                      type:
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...)
                          | (...);
                  };
              }[];
              imageLinks?: { href: string; meta: { height: number; width: number } }[];
              isrc: string;
              popularity: number;
              releaseDate?: string;
              title: string;
              version?: string;
          }
          • Optionalavailability?: ("STREAM" | "DJ" | "STEM")[]

            Defines a catalog item availability e.g. for streaming, DJs, stems

          • Optionalcopyright?: string

            Copyright information

            (p)(c) 2017 S. CARTER ENTERPRISES, LLC. MARKETED BY ROC NATION & DISTRIBUTED BY ROC NATION/UMG RECORDINGS INC.
            
          • duration: string

            Duration expressed in accordance with ISO 8601

            P30M5S
            
          • explicit: boolean

            Indicates whether a catalog item consist of any explicit content

            false
            
          • OptionalexternalLinks?: {
                href: string;
                meta: {
                    type:
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...);
                };
            }[]

            Represents available links to something that is related to a catalog item, but external to the TIDAL API

          • OptionalimageLinks?: { href: string; meta: { height: number; width: number } }[]

            Represents available links to, and metadata about, an album item images

          • isrc: string

            ISRC code

            TIDAL2274
            
          • popularity: number

            Format: double

            Track or video popularity (ranged in 0.00 ... 1.00). Conditionally visible

            0.56
            
          • OptionalreleaseDate?: string

            Format: date

            Release date (ISO-8601)

            2017-06-27
            
          • title: string

            Album item's title

            Kill Jay Z
            
          • Optionalversion?: string

            Version of the album's item; complements title

            Kill Jay Z
            
        • id: string

          resource unique identifier

          12345
          
        • Optionallinks?: { next?: string; self: string }
          • Optionalnext?: string

            the next page of data (pagination)

            /artists/xyz/relationships/tracks?page[cursor]=zyx
            
          • self: string

            the link that generated the current response document

            /artists/xyz/relationships/tracks
            
        • Optionalrelationships?: {
              albums: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              artists: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
              providers: {
                  data?: { id: string; type: string }[];
                  links?: { next?: string; self: string };
              };
          }
        • type: string

          resource unique type

          tracks
          
      • Optionalincluded?: (
            | {
                attributes?: {
                    availability?: ((...) | (...) | (...))[];
                    barcodeId: string;
                    copyright?: string;
                    duration: string;
                    explicit: boolean;
                    externalLinks?: { href: ...; meta: ... }[];
                    imageLinks?: { href: ...; meta: ... }[];
                    mediaTags: string[];
                    numberOfItems: number;
                    numberOfVolumes: number;
                    popularity: number;
                    releaseDate?: string;
                    title: string;
                    type: "ALBUM" | "EP" | "SINGLE";
                    videoLinks?: { href: ...; meta: ... }[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    artists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    items: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    providers: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarAlbums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: {
                    externalLinks?: { href: ...; meta: ... }[];
                    handle?: string;
                    imageLinks?: { href: ...; meta: ... }[];
                    name: string;
                    popularity: number;
                    roles?: ((...) | (...) | (...) | (...) | (...) | (...) | (...))[];
                };
                id: string;
                links?: { next?: string; self: string };
                relationships?: {
                    albums: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    radio: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    roles: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    similarArtists: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    trackProviders: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    tracks: { data?: (...)[]; links?: { next?: ...; self: ... } };
                    videos: { data?: (...)[]; links?: { next?: ...; self: ... } };
                };
                type: string;
            }
            | {
                attributes?: { name: string };
                id: string;
                links?: { next?: string; self: string };
                type: string;
            }
        )[]
      • Optionallinks?: { next?: string; self: string }
        • Optionalnext?: string

          the next page of data (pagination)

          /artists/xyz/relationships/tracks?page[cursor]=zyx
          
        • self: string

          the link that generated the current response document

          /artists/xyz/relationships/tracks