--- import { getTotalRuleCount, getTotalServiceCount, getTotalExporterCount, data } from '../data/rules'; const totalRules = getTotalRuleCount(); const totalServices = getTotalServiceCount(); const totalExporters = getTotalExporterCount(); const totalGroups = data.groups.length; ---