// second method // selecting authorityId :12 or 13 model.findAll({ where: { authorId: { [Op.or]: [12, 13] } } });