# [[Bree]]
Bree is a city east of [[The Shire]]. [[Oswald Kettlegrass]]'s caravan travels between here and [[The Blue Mountains]] often.
## NPCs in Bree
```dataview
table description as "Description" from "ttrpgs/Fellowship of Loamy Heather"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Bree")
SORT file.name ASC
```
## Locations in Bree
```dataview
table description as "Description" from "ttrpgs/Fellowship of Loamy Heather"
WHERE contains(type,"place") and contains(location,"Bree")
SORT file.name ASC
```