The OPDS catalog exposes `/opds/authors` and `/opds/authors/{id}` but the web UI sidebar has no Author facet.
Why
Browsing by author is a primary axis in Zotero. Want the same in the web UI.
Problem to solve
A real library has thousands of authors — can't list them all in the sidebar. Options:
- Top-N by item count (first pass): show the 20 most-prolific authors in the library; add a "more…" link to a dedicated `/authors` page.
- Collapsed-by-default section with a filter input at the top ("filter authors…").
- `/?author=N` filter already needs wiring into `queries._filter_where` (new filter axis).
Acceptance
The OPDS catalog exposes `/opds/authors` and `/opds/authors/{id}` but the web UI sidebar has no Author facet.
Why
Browsing by author is a primary axis in Zotero. Want the same in the web UI.
Problem to solve
A real library has thousands of authors — can't list them all in the sidebar. Options:
Acceptance