@zakodium/adonis-mongodb
    Preparing search index...

    Interface ComputedOptions

    Represents a computed property on the model

    interface ComputedOptions {
        meta?: any;
        serializeAs: null | string;
    }
    Index

    Properties

    Properties

    meta?: any
    serializeAs: null | string

    if null, will not serialize default to getter name