columns {
  name: "key"
  type {
    type_id: STRING
  }
}
columns {
  name: "summ"
  type {
    list_type {
      item {
        type_id: UINT32
      }
    }
  }
}
rows {
  items {
    bytes_value: "bar"
  }
  items {
    items {
      uint32_value: 15
    }
  }
}
rows {
  items {
    bytes_value: "foo"
  }
  items {
    items {
      uint32_value: 10
    }
  }
}
