export type PaginationArgs = { limit?: number, offset?: number, start?: number }