static int toCountingNumber(List<dynamic>? list) => list != null && list.isNotEmpty ? list.length : 0;