Strapi IDs
There is a distinct difference between the Strapi ID number (seen as id) and the document id, as noted in the image below:

Will need to discuss different id references to distinguish them from each other and what ids we use where:
- In scripts, we currently use the Strapi ID number for each entry.
- In tests, we utilize both the Strapi ID number and the document id for an entry.
It is noted in the Strapi documentation that use of the ID number will be phased out and it is now recommended to use the document id instead in API calls.