Odata4.0 expand multilevel

what is the syntax for a multilevel expand in odata? for example the structure Customers, Orders, Details and i want to fetch some of the details.
dbservice.getCustomers("expand=Orders(expand=Details")?

thanks it works, even with more than one extra level...

expand: "Levels , Levels($expand=Rooms, Rooms($expand=Surfaces))"