message Result {
  required string url = 1;
  optional string title = 2;
  repeated string snippets = 3;
}
