How do I create a List Section based on an empty related field in SwiftData?
I have three models in SwiftData – a parent Event related to Group and Item. I have a list of all Items by Group that belong to a specific Event. But I can’t figure out how to list the Items that belong to a specific Event that aren’t associated with a Group.