for (const [count, name] of entry.fnda) {
      hits[`fnda,${name}`] = Math.max(hits[`fnda,${name}`] || 0, count)
    }