How to work projection on DataAPI?

Following this documenation , I am using the “projection” parameter to return only the fields I want from my documents. Analyzing the return of the request, everything works correctly, but looking at the Mongo Atlas Profiler, apparently the queries are not using the “projection” argument and have a response length that does not correspond to the data returned.

Is there any issue related to the projection parameter in DataAPI?