How to populate all one level deep relations and one 2 level relation

If you need to always do this for that service call, you can do an override on the controller of the find method(s) and write the code to retrieve the relations you need using the Entity Service API, which would be a lot more readable and manageable than the query string salad you’re going to have to put together for this