import { type mongoose } from "https://deno.land/x/mongoose@8.6.4/types/expressions.d.ts";
const { Size } = mongoose.Expression;
Properties
$size: ArrayExpression
Returns the number of elements in the array. Accepts a single expression as argument.