static S bracketedCount(int n) { if (n == 1) ret ""; ret " (" + n + ")"; }