/**
  * @param array $clauses
  * @return MultipleRecordsQuery
  */
 public function where(array $clauses)
 {
     return parent::where($clauses);
 }