protected function shouldGroupQueryResultRows()
 {
     if ($this->authorizedPHIDs !== null) {
         return true;
     }
     return parent::shouldGroupQueryResultRows();
 }