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

    Interface UnitPage

    A page of units plus the total match count — what the client returns.

    interface UnitPage {
        data: MastrUnit[];
        total: number;
    }
    Index
    data: MastrUnit[]

    The units on this page.

    total: number

    Total matching units across all pages (respects the filter).