prorm API Reference
    Preparing search index...

    Interface GroupByItem

    One GROUP BY term: a column, a literal, or a function call.

    interface GroupByItem {
        model?: ModelStatic<any>;
        as?: string;
    }
    Index
    model?: ModelStatic<any>
    as?: string