I have a tableview with an array as the data source [CellViewModel]. I tried to remove cell using
self.cellViewModel.remove(at: indexPath.row)