Hey there,
I'm currently checking out Payload with a test project - i want to track School related Data.
I'm planning to create a Collection called "Pupils" and a Collection called "Classes" Each pupil has and belongs to many classes. I want to be able to access classes via pupils and vice versa. Is it enough to just create a relationship typed field in Pupils or do i need to create this field in both collections?
I also want to track the pupils grades for each class, how could i achieve this?
Thanks in advance!