Future<List<Record>> addMany(List<Map<String, dynamic>> data) async => await _builder.executor.addMany(data);