hi team - i have a use case where a permission needs an all clause and wondering if you have recommendations on how to do model it in the schema and if there are performance impact?
Copy code
definition user {
has_consent: user // self relation
}
definition obj {
owner: user // less than 10
all_owners_consented // ???
}