waifuim
    Preparing search index...

    Interface ListArtistsOptions

    interface ListArtistsOptions {
        includedIds?: number | number[];
        name?: string;
        page?: number;
        pageSize?: number;
    }
    Index

    Properties

    includedIds?: number | number[]

    Filter by specific artist IDs (exact match). Example: 1

    name?: string

    Filter by artist name (partial match, case-insensitive). Example: 'fourthwallzart'

    page?: number

    Page number for pagination. Default: 1.

    pageSize?: number

    Number of results per page. Default: 30. Max: unlimited.