/**
  * @inheritDoc
  */
 public function validateLimit($limit, $max = 100)
 {
     return parent::validateLimit($limit, $max);
 }