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: "bar"
    }
  }
  items {
    items {
      uint32_value: 15
    }
  }
}
rows {
  items {
    items {
      bytes_value: "foo"
    }
  }
  items {
    items {
      uint32_value: 10
    }
  }
}
