Is this an acceptable way to have one product contains multiple images?
Product:
properties:
- name
- { name: category, type: string }
- { name: description, type: string }
belongsToMany:
- ProductImage
ProductImage:
properties:
- { name: path, type: string } Product:
properties:
- name
- { name: category, type: string }
- { name: description, type: string }
belongsToMany:
- ProductImage
ProductImage:
properties:
- { name: path, type: string }