export interface Query { limit?: number; skip?: number; sort: string; }