Hi. I have allowed my objects (note) to have multiple relations to parents (book). Now my delete permission on the note looks like this: owner + parent->delete. This allows deletion of the note if I am either the owner of the note or have delete permission on ONE OF the parents. How can I model it so that I can only delete the note if I have delete permissions on ALL OF the notes' parents?