Rename Field

refactorgram

class Organization {
  get name() {...}
}

image/svg+xml

class Organization {
  get title() {...}
}