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

    Interface StationPage

    A page of stations — what the client returns from a feature query.

    interface StationPage {
        exceededTransferLimit: boolean;
        features: Feature<ChargingStation>[];
    }
    Index
    exceededTransferLimit: boolean

    True when more features match than were returned (raise --limit or page).