Name properties differently

Hi everybody, I am setting up my first strapi project using v5. Is there a way to name the fields in the admin panel differently than in the REST response? Otherwise, either the marketing department needs to deal with camelCase, or I have to use ugly property names in the JSON response :smile:

Is there a workaround for this? So that it looks good for the marketing team (in the content manager) and for me (in the API response)?

This topic has been created from a Discord post (1288798846909943818) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

<@380970742738583552> Yes. You can configure the view of a collection. This allows you to give each field a proper name, description, placeholder and you can re-order the fields as well.
Check out the docs here: Configuring views of a content-type | Strapi 5 Documentation