AniLink - v1.29.2
    Preparing search index...

    ThreadsPageResponse is the paginated response from a threads query.

    interface ThreadsPageResponse {
        pageInfo: PageInfo;
        threads: ThreadResponse[];
    }
    Index
    pageInfo: PageInfo

    Pagination metadata for the response.

    threads: ThreadResponse[]

    Threads returned for the requested page.