totalCount: _.bind(function () {
          return this.collection.pagination && this.collection.pagination.total_items;
        }, this),