I'm trying to remove a ref from -> categories : [ { type : Schema.ObjectId, ref : 'Category' } ] using _.reject but can't get an truth on - categoryId is req.params.id - any ideas?