# GM-less >[!overview] > (description:: A game that does not require a single person to be the GM.) > [!log] Games in Collection > ```dataview > TABLE WITHOUT ID > link(file.path, title) AS "Title", > mechanics AS "Mechanics", > description AS "Description" > FROM "60 Games/61 Tabletop" > WHERE contains(type, "Game") AND contains(mechanics, this.file.link) > SORT title_sort asc > ```