{
    "name": "AnnualAverageInvoiced",
    "base": "VnModel",
    "options": {
      "mysql": {
        "table": "annualAverageInvoiced"
      }
    },
    "properties": {
      "invoiced": {
        "type": "number"
      },
      "clientFk": {
        "id": true
      }
  },
  "relations": {
    "client": {
      "type": "belongsTo",
      "model": "client",
      "foreignKey": "clientFk"
    }
  }
}