columns {
  name: "key"
  type {
    list_type {
      item {
        type_id: STRING
      }
    }
  }
}
columns {
  name: "column1"
  type {
    type_id: UINT64
  }
}
rows {
  items {
    items {
      bytes_value: "020"
    }
  }
  items {
    uint64_value: 1
  }
}
rows {
  items {
    items {
      bytes_value: "075"
    }
  }
  items {
    uint64_value: 1
  }
}
rows {
  items {
    items {
      bytes_value: "150"
    }
  }
  items {
    uint64_value: 1
  }
}
rows {
  items {
    items {
      bytes_value: "800"
    }
  }
  items {
    uint64_value: 1
  }
}
