pub const INLINE_LIST_CAP: usize = 3;Expand description
Maximum items rendered inline before truncation kicks in. Picked to keep the typical fanout (1–25 items) on one terminal line while still bounding pathological cases (200+ referrers on a hub entity) to a constant prefix plus a count.