# Dataview
see https://s-blu.github.io/basic-dataview-query-builder/
## Untab the following to show the below
```dataview
TABLE file.name AS "File", tags AS "tags"
FROM #book
```
```dataview
TABLE file.name AS "File"
FROM #book
```
![[unpublishable]]