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