{
  "kind": "collectionType",
  "collectionName": "transactions",
  "info": {
    "name": "Transactions"
  },
  "options": {
    "increments": true,
    "timestamps": true
  },
  "attributes": {
    "reference": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "trans": {
      "type": "string"
    },
    "order": {
      "via": "transaction",
      "model": "orders"
    }
  }
}
