Product, Category, Subcategory

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

I’m new on Strapi and I’m looking for some advice and thoughts on how best to set up the following relationship structure in Strapi.

Three collection types: Products Categories Subcategories

The requirements: A Category has many Subcategories. A Subcategory can only belong to one Category. A Product has a Category and can have one of the Categories Subcategories.