I am extracting a database of children’s books via Airtable API.
This is my code so far(hiding my API KEY). It renders every book, but in a random order. I want to sort them by year.
I am trying to follow the documentation from Airtable, which demons...