const instanceProps = {
  tableName: 'appointments',
  artist: function () {
    return this.belongsTo(require('../artists/model'));
  },