query->create(); } if ($this->section) { $query->filterBySection($this->section); } return parent::getLatests($maxResults, $query); } }