import { Collection } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";
Parameters
docs: InsertDocument<T>[]
optional
options: InsertOptionsReturns
Promise<{ insertedIds: (Bson.ObjectId | Required<InsertDocument<T>>["_id"])[]; insertedCount: number; }>