pub const DEFAULT_LIMIT: usize = 40;Expand description
How many values of each field the map names before summarising the rest.
Chosen so the map stays inside a few hundred tokens even for a user whose vocabulary is unusually wide. Values are listed most-frequent first, so a truncated tail is the long tail.