export type Pagination = { pageSize: number, current: number, total?: number }