NotificationSchema.statics.auditCopy = function(src) {
    let toReturn = {};
    src = src || {};

    toReturn._id = src._id;