I have written the logic in backend Odata method GET_EXPANDED_ENTITYSET. Is it a good idea to use a Query like WorkOrderHeaderSet('1000000011')?$expand=FunctionalLocations in MDK offline apps to fetch data from this method. As I need to pass the order number always, how does the offline mode fetch all the data at once?