Using Global ratelimit with Istio 1.9.2

Hi Team!
When we use global ratelimit, it works fine, we get on a client
x-envoy-ratelimited : true
when it’s limited. It’ good, but not enough.
we don’t get additional info

"current_limit": "{...}",
"limit_remaining": "...",
"duration_until_reset": "{...}"

we know that this info is returning from lyft/ratelimit to istio-envoy-sidecar and it should be in envoy in section
service.ratelimit.v3.RateLimitResponse.DescriptorStatus
how can we add these fields to response to client?

Or more common question: is there the way for client to get these information about descriptor that was limited?