Hello 👋 . Curious if I could pick yalls brains on some schema design as I'm struggling to wrap my head around a particular problem. I'm trying to move some permissions outside of an application that vary based on different roles onto SpiceDB. Originally I thought about moving the permissions into the schema in a very similar way than what the application is currently doing but quickly realized that I'm just doing the same RBAC design but in SpiceDB. What's the recommended approach for moving from an RBAC system to a ReBAC system? Do you for example just create separate definitions for each role and define different permissions based on the relationship between the resources they are accessing: ie developer -> application would have different permissions than designer -> application.