Ok found the right syntax
{% set latest_classified = page.collection({
'items': '@root.descendants',
'order': {
'by': 'date',
'dir': 'desc',
},
})
.ofType('classified')
.slice(0,5)
%}