export type PaginationParams = { page: number; pageSize: number; };