rightSchema.methods.canLinkToCollection = function() {
        let model = this.model('Beneficiary');

        return model.find()
        .where('right', this._id)