@maschinenlesbar.org/ladesaeulenregister-cli
    Preparing search index...

    Interface CountByRow

    One grouped-count row from countBy (outStatistics group-by).

    interface CountByRow {
        count: number;
        value: string | number | null;
    }
    Index
    count: number

    Number of stations in the group.

    value: string | number | null

    The group value (e.g. a Bundesland name).