Mongoose FindByIdandUpdate return

await Model.findByIdAndUpdate(
			id,
			{updatedData},
			{ new: true },
		)
Dark Dugong