heyyy long time lurker, first time poster. I'm trying to create permissions for who can edit users in our system, and the essence is basically that you can edit your own user or an admin can edit all users. Admin is easy, but I can't quite figure out how to let users edit themselves in a clean way. Best I could do was add a "self" relation that I then need to maintain for each user, but that seems wrong somehow. Am I missing something?