# Hunters Entertainment
> [!metadata]+ Games
> ```dataview
> TABLE WITHOUT ID
> link(file.path, title) AS "Title",
> description AS "Description"
> FROM "60 Games/61 Tabletop"
> WHERE contains(company, this.file.link) AND contains(type, "Game")
> SORT title_sort asc
> ```