AniLink - v1.29.2
    Preparing search index...

    FollowingsPageResponse is the paginated response from a followings query.

    interface FollowingsPageResponse {
        following: UserResponse[];
        pageInfo: PageInfo;
    }
    Index
    following: UserResponse[]

    Following users returned for the requested page.

    pageInfo: PageInfo

    Pagination metadata for the response.