export type Pagination = { recordsCount: number; recordsTotal: number; offset: number; limit: number; };