export interface Pagination {
    skip: number;
    take: number;
}
