Hello, I am following the Networking course. In this course a JSON was parsed with data from the Pexels API. How can I relate this with SwiftData?
Can I decorate the struct with ‘@model’ (and change it to a class), so the data persists? Or are these completely separate things?
Thanks!