Shopware 6 search api response time irrespective of entity associations fetching

Hello,

In shopware 6 you can specify if you want your API call to fetch the certain property of an entity, or not specify any property and fetch all the properties and associations.

The weird part is the two requests take the same amount of time to run.

My question would be, are associations fetched even if they are not included in the end result? That would explain why we get the same request/response time.

And if so, is there a way to avoid unnecessary association fetching in the search api?