method mongoose.Schema.prototype.pickimport { mongoose } from "https://deno.land/x/mongoose@7.8.2/types/index.d.ts"; const { Schema } = mongoose; pick<T = this>(paths: string[], options?: SchemaOptions): TReturns a new schema that has the picked paths from this schema. Returns a new schema that has the picked paths from this schema. Type ParametersoptionalT = thisParameterspaths: string[]optionaloptions: SchemaOptionsReturnsT