interface Facet {
    $facet: Record<string, FacetPipelineStage[]>;
}

Properties

Properties

$facet: Record<string, FacetPipelineStage[]>