Future<dynamic> aggregate( List<Function(List<Map<String, dynamic>>)> stages) async { return _harnCollection.aggregate(stages); }