So I have TWO notInWhere, how can I write this not doble? It kind of looks messy when I write it doble.
$users = $this->modelsManager->createBuilder()
->from('table')
->notInWhere('table.user_id', [$this->user_id])
->notInWhere('table.user_id', $likes)
->getQuery()->execute();