```yml Product: properties: - name - { name: category, type: string } - { name: description, type: string } belongsToMany: - ProductImage ProductImage: properties: - { name: path, type: string } ```