Future<Record?> updateById(String id, Map<String, dynamic> data) async => await _collectionOperations.updateOneRecordById(id, data);