@jasen_gottlieb
In MongoDB, the update() method returns a WriteResult object that contains information about the outcome of the update operation, such as the number of documents that were modified, matched, or inserted. It can also return information about any errors that occurred during the update operation.