export interface Pagination { skip?: number; limit: number; }