Orca Note Plugin API Documentation
    Preparing search index...

    Type Alias QueryStat

    QueryStat:
        | ""
        | "count"
        | "count_e"
        | "count_ne"
        | "sum"
        | "avg"
        | "min"
        | "max"
        | "percent_e"
        | "percent_ne"

    Types of statistical operations that can be performed on query results.