pub type EntityDepthMap = HashMap<i64, u32>;
Depth map from BFS: entity_id → hop distance from seeds.
pub struct EntityDepthMap { /* private fields */ }