This is a simple question so there must be a simple answer.
I created a type called “Article”. I can render this in my front end fine,
On the Strapi page, I can see the “Information” which includes the author name and published date.
However, I cannot find this information when querying for the data, e.g. on http://localhost:1337/articles
So my question is, how can I retrieve the person who wrote the article, so I can render the author?