I've got two identical collections: MutableData and ImmutableData. I would like to get a diff between what has changed in MutableData since the initial cloning.
I'm learning how to do this via mongoose aggregations at the moment, but I'm curious if there is some solution out there to this that someone has already encountered.
Thank you