import { type mongoose } from "https://deno.land/x/mongoose@6.13.4/types/index.d.ts";
const { LeanDocument } = mongoose;
Documents returned from queries with the lean option enabled. Plain old JavaScript object documents (POJO).
definition: Omit<_LeanDocument<T>, Exclude<keyof Document, "_id" | "id" | "__v"> | "$isSingleNested">