I got stuck at first trying to loop through the list of dictionaries to
find specific information, since I it has been a while I have
had accessing values inside nested structures. I got un-stuck by
reviewing examples of how to use keys in dictionaries and by printing
out parts of the data step by step to see how it was organized.