Docs - A typo in the Content API docs?

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:” ?

It may be a bit unclear, but “these” refers to tags and authors, which aren’t included in the default API response. The snippet shows this default response without tags and authors.