How can I rename a content type and have it also be changed in the backend

System Information
  • v4: Strapi version
  • windows: hardware
  • Postgres: database
  • 16: node version
  • 8: npm version
  • 1.22.11: yarn version

I have a content type called event-links I need to change it to eventCoordinates. In this content type, I have linkLabel and LinkUrl fields I need to change these to latitude and longitude respectfully. I need these changes to be in both the Strapi UI and more importantly the actual backend object that is returned when I try to query something.