When using a odata service BTP destination as a data integration, it detects the possible expands that you can do but only on the first level.

Within this expand, I would like to expand further to access the values of the nested expand. But I can't figure out how to do this. Is this possible?
What I want to achieve is the same as this api call:
http://localhost:4004/ranger-service/Pollutions?$expand=location($expand=country)
So the expand in bolt is what I want to achieve.
Anyone knows how this could be done in build apps?
Thanks!