static String toCountingText(List<dynamic>? list) => list != null && list.isNotEmpty ? "${list.length}" : "0";