Remove Buffer data from GraphQL

Hello hello team!

I’m running a Strapi right now and uploading images to it.
Is there a way to disable or avoid GraphQL to return any buffer data for images?

                      "buffer": {
                        "type": "Buffer",
                        "data": []

This thing is making GraphQL queries so slow and I frankly don’t need it…
Pages are going from 14Ko to 500Ko with this, it should be possible to request specific content from formats in my opinion.

I tried Can we remove media formats stream from core API Responses? - #3 by arthur-eudeline but did not work.

Thanks you!

System Information
  • Strapi Version: v4.5.2
  • Operating System:
  • Database: PostgresQL 14
  • Node Version: v16.18.1
  • NPM Version: 8.19.2
  • Yarn Version: 1.22.19

Let me know if you found something. I am stuck with the same issue. NextJS SSG is going crazy with 500Kb-sized responses because of buffer.