columns {
  name: "count"
  type {
    type_id: UINT64
  }
}
columns {
  name: "key"
  type {
    type_id: STRING
  }
}
rows {
  items {
    uint64_value: 1
  }
  items {
    bytes_value: "023"
  }
}
rows {
  items {
    uint64_value: 1
  }
  items {
    bytes_value: "037"
  }
}
rows {
  items {
    uint64_value: 1
  }
  items {
    bytes_value: "075"
  }
}
rows {
  items {
    uint64_value: 1
  }
  items {
    bytes_value: "150"
  }
}
rows {
  items {
    uint64_value: 4
  }
  items {
    bytes_value: "total"
  }
}
