Using getResources, i want to get the latest resource created per container, so here's the resource tree structure:
-Parent
--Container 1
---Resource 1
---Resource 2
---Latest Resource
--Container 2
---Resource 1
---Latest Resource
--Container 3
---Resource 1
---Resource 2
---Latest Resource
By using [[getResources]]
how can i possibly be able to get only the resources Latest Resource
?