Heyo 👋
I'm having a bit of an issue determining which user authored a specific document version. According to https://payloadcms.com/docs/versions/overview, it's possible: "With Versions, you can: Maintain an audit log / history of every change ever made to a document, including monitoring for what user made which change
Is there any easy way of figuring this out? Right now I'm considering creating a new field in the collection file that gets overwritten with the afterChange hook, but I'm not sure if that's the most efficient way to go about it.