AniLink - v1.29.2
    Preparing search index...

    FollowersPageResponse is the paginated response from a followers query.

    interface FollowersPageResponse {
        followers: UserResponse[];
        pageInfo: PageInfo;
    }
    Index
    followers: UserResponse[]

    Followers returned for the requested page.

    pageInfo: PageInfo

    Pagination metadata for the response.