I\'m trying to implement a simple query that should look like this:
select * from property join entity_area on property.id=entity_area.entity_id and entity_a
models.property.findAll( { where: [...], include: [{...}], limit:12 }, { subQuery:false })