The configurator header and rail badges summed raw catalog cards, but the OParl namespace is fanned out into per-Bezirk cards that share the SAME underlying source and tools. Summing them inflated the headline (counted oparl ~12x).
Fix: de-duplicate the aggregate counts by wireNamespace (a distinctSources map) so the header and rail badges reflect real distinct sources. The catalog still renders every card (incl. the district views) below. Computation-only change — no hardcoded stat numbers introduced.
The configurator header and rail badges summed raw catalog cards, but the OParl namespace is fanned out into per-Bezirk cards that share the SAME underlying source and tools. Summing them inflated the headline (counted oparl ~12x).
Fix: de-duplicate the aggregate counts by
wireNamespace(adistinctSourcesmap) so the header and rail badges reflect real distinct sources. The catalog still renders every card (incl. the district views) below. Computation-only change — no hardcoded stat numbers introduced.