# The Revenant Society > [!overview] > [system:: ] > [mechanics:: ] > [company:: ] > [url:: ] > > --- > > (description:: ) > [!metadata]- Sources > ```dataview > TABLE WITHOUT ID > link(file.path, title) AS "Title", > type AS "Type", > pdf AS "PDF" > FROM "60 Games/61 Tabletop" > WHERE contains(game, this.file.link) > SORT title_sort asc > ``` > [!metadata]- Sessions > ```dataview > TABLE WITHOUT ID > link(file.path, title) AS "Title", > date AS "Date", > type AS "Type", > dm AS "DM", > player AS "Players" > FROM "60 Games/62 Campaigns" > WHERE contains(game, this.file.link) > SORT date asc > ```