Type Alias PaginationQuery

PaginationQuery: {
    limit?: number;
    cursor?: string;
}