$qb
$qb->select('ip.address, COUNT(date.id)')
->select('Ip', 'Date')
->from('App\Ip', 'ip')
->from('App\Ip', 'Ip')
->leftJoin('ip.date', 'date');