Version 2019.1
Add limit to query
$this
Get newest 10 projects:
$Projects = $this->get('pages','project')->setLimit(10);