export type Pagination = { size: number page: number total: number }