Coffee beans are the raw product to brew [[coffee]], and also the product after [[Coffee Roasters|roasting]]. I keep track of my favorite coffee beans in this [[Digital Garden]] and they are a prominent [[Obsidian Entity|entity]] in it. ```base filters: and: - type == link("Coffee Beans") views: - type: table name: All order: - file.name - roaster - process - variety columnSize: file.name: 240 note.roaster: 187 note.process: 96 note.variety: 173 - type: table name: Per Origin groupBy: property: from direction: ASC order: - file.name - roaster - process - variety columnSize: file.name: 304 note.roaster: 158 note.process: 103 note.variety: 134 - type: table name: Per Process groupBy: property: process direction: ASC order: - file.name - roaster - process - variety columnSize: file.name: 304 note.roaster: 158 note.process: 103 note.variety: 134 ```