I was wondering how I might be refactor the following to return the updated document.
const updated = await item.update( { name: data.name, $inc: { seq: 1 }