@maschinenlesbar.org/destatis-genesis-cli
    Preparing search index...

    Type Alias FindResponse

    FindResponse: GenesisEnvelope & {
        Cubes?: CubeItem[] | null;
        Statistics?: StatisticItem[] | null;
        Tables?: TableItem[] | null;
        Timeseries?: CubeItem[] | null;
        Variables?: VariableItem[] | null;
    }

    A find/find response. Instead of a single List it carries parallel arrays, one per object type; each is present only when that type was searched and may be null.