module.exports = { tableName: 'biblio_person_tag', attributes: { id: { type: 'number', autoIncrement: true, }, tag: { model: 'Tag', }, person: { model: 'BiblioPerson' } }, };