Admin-Api und Asscociations – nur bestimmte Felder ausgeben

Lassen sich auch “associations” innerhalb einer “association” abfragen? Das ist mir nicht gelungen 

Bsp:

{
    "ids": [
        "7a7c4add99cf49edad7eccc950e93563"
    ],
    "associations": {
        "lineItems": {},
        "addresses": {
          "associations": {"salutation"}
        }
    },
    "includes": { 
        "order_line_item": ["id", "label", "quantity"],
        "order_address": ["id", "company", "salutationId", "firstName", "lastName", "street", "zipcode", "city", "countryId"]
    }
}