Because may something like: ``` type Restaurant { ...
# random
t
Because may something like:
Copy code
type Restaurant {
  id: ID!
  city: City!
  country: Country!
}
is better?