pub const ISSUE_COUNT: &str = "\
Count matching issues without fetching them.
```
ytcli issue count -q PROJ -s open
ytcli issue count --yql 'Assignee: me() AND Status: Open'
```
One number, one request. This is the cheapest question the tool answers, and it
is usually the right one to ask before `find`: it tells you whether the next
command is worth running, and what to expect back.
Takes exactly the filters `find` takes.";