Creating Nested Data Structure in Content-Type-Builder

System Information
  • **Strapi Version4.17.1:
  • **Operating SystemUbuntu:
  • **Databasepostgres:
  • **Node Version20:
  • NPM Version:
  • **Yarn Version1.22.22:

Hi everyone, I’m currently developing my third STRAPI application and came across a new use case.

I need to create a data structure in order to populate the product menu in the frontend, for this I have the ‘interface’ below

IMG_6888

Can anyone help me make a component within the Content-Type-Builder that can respond to a parameter (children) that is an array of its own structure (CategoryItem)?

After a few tries, I couldn’t do the nesting correctly :frowning: