@ark7/model - v2.0.56
    Preparing search index...

    Interface VirtualOptions

    interface VirtualOptions {
        count?: boolean;
        foreignField: string;
        justOne?: boolean;
        localField: string;
        match?: object;
        options?: any;
        ref: string | ModelClass<any>;
    }
    Index

    Properties

    count?: boolean
    foreignField: string
    justOne?: boolean
    localField: string
    match?: object
    options?: any
    ref: string | ModelClass<any>