/**
  * Get recommended IDs
  *
  * @return array
  */
 public function recommend()
 {
     $this->_results = $this->_client->getRecommendations(static::TYPE, $this->getParameters());
     return $this->_results;
 }