interface mongo.FindOptionsimport { type mongo } from "https://deno.land/x/hex@0.5.15/src/data/deps.ts"; const { FindOptions } = mongo; PropertiesoptionalfindOne: booleanoptionalskip: numberoptionallimit: numberoptionalprojection: Documentoptionalsort: DocumentoptionalnoCursorTimeout: booleanoptionalmaxTimeMS: numberThe maximum time of milliseconds the operation is allowed to take