I was reading the ghost docs, the Content API (Ghost Content API Documentation).
The most common gotcha when fetching posts from the Content API is not using the include parameter to request related data such as tags and authors. By default, the response for a post will not include these:
In the ‘Posts’ section, it is mentioned “will not include these:” (ending with a colon) and then there is a default response snippet.
I didn’t understand this. Shouldn’t it be “will include these:” ?