API DevicesDetection.getBrowsers without logo, deviceDetection and segment

I am trying to get only browser names and visits, but I always get default values.
My end result looks like that:

<result>
<row>
<label>Chrome</label>
<nb_visits>39</nb_visits>
<logo>plugins/Morpheus/icons/dist/browsers/CH.png</logo>
<DevicesDetection_BrowserName>Chrome</DevicesDetection_BrowserName>
<segment>browserCode==CH</segment>
</row>
<row>
</result>

I tried that filter, but it doesn’t affect the output. Is that not the right filter?

disable_queued_filters ; if set to 1, all the filters that are mostly presentation filters (replace a column name, apply callbacks on the column to add new information such as the browser icon URL, etc.) will not be applied. Mostly used internally or when developing plugins for Matomo.

I tried it with the matomo demo site and there it also doesn’t affect the result.

https://demo.matomo.cloud/?module=API&method=DevicesDetection.getBrowsers&idSite=1&date=yesterday&period=day&format=xml&filter_limit=3&showColumns=label,nb_visits&disable_queued_filters=1