module.exports = { tableName: 'biblio_text_tag', attributes: { id: { type: 'number', autoIncrement: true, }, tag: { model: 'Tag', }, text: { model: 'BiblioText' } }, };