{
  "kind": "collectionType",
  "collectionName": "tokens",
  "info": {
    "name": "Tokens"
  },
  "options": {
    "increments": true,
    "timestamps": true
  },
  "attributes": {
    "accessToken": {
      "type": "string"
    },
    "customer": {
      "via": "token",
      "model": "customers"
    }
  }
}
