MyModel.count({ include: ..., where: ..., distinct: true, col: 'Product.id' }) .then(function(count) { // count is an integer });