{
  "kind": "collectionType",
  "collectionName": "order_products",
  "info": {
    "name": "Order Products"
  },
  "options": {
    "increments": true,
    "timestamps": true
  },
  "attributes": {
    "product": {
      "model": "products"
    },
    "quantity": {
      "type": "biginteger"
    },
    "order": {
      "model": "orders",
      "via": "order_products"
    },
    "size": {
      "type": "string"
    }
  }
}
