int countWhere(bool Function(dynamic) predicate) { return _harnCollection.countWhere((e) => predicate(fromMap(e))); }