export interface QueryModel { skip?: number; size?: number; orderBy?: Array; filter?: any; cids?: boolean; return?: Array; count?: boolean; last?: number; first?: number; id?: string; update?: any; upsert?: boolean; hashes?: string[]; }