static Map conceptsCountByDateAndHour(S dbID) { new TreeMap map; for (File f : conceptBackupFiles(dbID)) pcall { map.put(dropPrefix("concepts.structure.gz.backup", f.getName()), l(safeUnstructureGZFile(f))); } ret map; }