Hello!
I have two collections in Payload: Author and Publications. Publications has a relationship field to the Author collection. Publications has public read access, the Author collection doesn't.
I can't seem to find a way to keep the public access for the Author collection private while still allowing the Publication collection to access the Author data as part of the relationship.
Is there an (easy) way to configure this? I tried my best using several hooks but I can't seem to get it to work.