Collection help

The documentation shows an example of fetching a collection of pages from the same directory as the list page.

content:
  items: @self.children

How would I get a collection from a different directory? Do I just replace @self with a directory name?

e.g:

content:
  items: blog.children

I figured it out using @taxonomy which lead to some other issues that require a new topic probably.