How to provide display name to dynamic zone individual component?

System Information
  • Strapi Version: 5.3.0
  • Operating System: Sonoma 14.4.1
  • Database: mysql
  • Node Version: v20.12.2
  • NPM Version: 10.5.0
  • Yarn Version: n/a
"blocks": {
  "type": "dynamiczone",
  "components": [
    "blocks.about-us",
    "blocks.our-team",
    "blocks.wealth-management-card"
  ]
},

Suppose I want to assign a different display name to the “wealth-management-card” component, which is part of a dynamic zone. Is it possible?

Reason: I want to use this card in multiple dynamic zones without creating duplicate components with the same structure, solely for the purpose of changing the name displayed while entering data in the Content Manager.