How to resolve duplicate backend query

Database & APIs

I have profile page where I do single row supabase query and filter using users uuid. then display user information returned from that row. I do not see why this would be duplicate query, if anyone can help. Query on userPageHeader and then it is passed to component.

What have you tried so far?

Tried different ways to query but still same issue

Did you check FlutterFlow's Documentation for this topic?
Yes
2