export type Sortable = { sortBy?: string; skip?: number; offset?: number; limit?: number; };