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