my requirement is to return the updated data after updating the data
but sequlize only returns an array in update (), indicating the number of updates.
has to check and return it once after the update. Is there a way for sequlize to return updated data directly after update ()?