@override Future<Result<int, String, T?>> updateFields(String id, Map<String, dynamic> map) { return _crud.updateFields(id, map); }