AniLink - v1.29.2
    Preparing search index...

    StudiosPageResponse is the paginated response from a studios query.

    interface StudiosPageResponse {
        pageInfo: PageInfo;
        studios: StudioResponse[];
    }
    Index
    pageInfo: PageInfo

    Pagination metadata for the response.

    studios: StudioResponse[]

    Studios returned for the requested page.