@dvxch/yandex-music
    Preparing search index...

    Interface MetatagOptions

    Per-section item counts requested from metatag.

    interface MetatagOptions {
        albumsCount?: number;
        albumsSortBy?: string;
        artistsCount?: number;
        composersCount?: number;
        concertsCount?: number;
        featuresCount?: number;
        playlistsCount?: number;
        promotionsCount?: number;
        tracksCount?: number;
        tracksSortBy?: string;
        withLikesCount?: boolean;
    }
    Index

    Properties

    albumsCount?: number
    albumsSortBy?: string
    artistsCount?: number
    composersCount?: number
    concertsCount?: number
    featuresCount?: number
    playlistsCount?: number
    promotionsCount?: number
    tracksCount?: number
    tracksSortBy?: string
    withLikesCount?: boolean