AniLink - v1.29.2
    Preparing search index...

    UsersPageResponse is the paginated response from a users query.

    interface UsersPageResponse {
        pageInfo: PageInfo;
        users: UserResponse[];
    }
    Index
    pageInfo: PageInfo

    Pagination metadata for the response.

    users: UserResponse[]

    Users returned for the requested page.