I’ve noticed the query is wrapped in additional ‘data’ and ‘attributes’ values, which is not what I’m used to seeing with graphql queries. The data returned is an object->object->array of lessons
So I can’t use data.lessons.map() like I want to. How am I supposed to iterate through the data array if I can’t get to it?