View.prototype.matchCount = function () {
  return this.model.matches ? this.model.matches.length : '(none)'
}