Maksim,
thank you very much for the informanion!
As far as I can understand I should transform "resource path" and "query options" somehow
and assign pieces of them to elements of an XML view
e.g.
<List items="{/Products}" noDataText="Drop list items here" expand="{/Category}" includeItemInSelection="true">
<items>
<StandardListItem type="Navigation" counter="0" title="{/Categories_Name}" description="{Category/Name}" icon="sap-icon://picture"/>
</items>
</List>
Regards, Evgeniy