Hello @voronov-maxim , If we have 2 services (Customers & Orders) like that:  The DTOs library is shared between projects. Is there a way that in CustomerService's API (GET), can query Customer with Orders retrieve from OrderService's API (GET)? Thank you.