pub const DEFAULT_K: usize = 5;
Default number of pairs to surface in a drill-down list. Matches alignment::DEFAULT_K so downstream renderers can share the same “show 3 inline, collapse the rest” heuristic.
alignment::DEFAULT_K