up:: [[Note-Taking MOC]]
# Sources MOC
## Sources to Process
```dataview
table status, Author
from #source or #inbox
where status = "to process" or status = "processing"
```
## Books
```dataview
table Author, status, rating, book-type AS "Book Type"
from #source/books
sort rating DESC, status DESC
```
^qvwyyq
## References
[[Statuses]]