query BugCount($query: String) { repository { name bugs: allBugs(query: $query) { totalCount } } }