/** Record of counts */ type SchemaRoot = { /** per-key count */ [k: string]: number; };