Hi all, i was wondering about how the upcomming Authzed Materialize works in cases like chat apps or activity tracking. My tought was to use it and then slap a Posgres RLS policy on all my app tables that enforces access control, however a few tables like a chat and the activity events are readably by alot of users and have temself lots of entries. Authz requests can easily be settled with one relation hop for e.g. chat groups but from what i have gathered not stored in materialized. What would be a good way to not store millions of rows of extra data while allowing the basic principal of RLS to work ? (Our app would greatly benefit from materilaized for 95% of all entities, the other 5% would make up most of the rows stored)