tagScene.associate = (models) => {
    tagScene.belongsTo(models.Scene, {
      foreignKey: 'scene_id',
      targetKey: 'id',
      as: 'scene',