const count = _.chain(rows)
      .map(Cassandra.rowToHash)
      .pluck('count')
      .first()
      .value();