I'm using a Mongoose plugin (mongoose-patch-history) which automatically tracks changes to a model to a MongoDB collection. I need to selectively disable the plugin (i.e. I only want to track changes on certain models, and not others, based on a flag/critera). I believe that I need some kind of filtering capability within the plugin, but it doesn't provide a mechanism for this. Is there any other way I can achieve this?