Namaskara,
Key: data.order_request_id
Data Type: string
Description: “Apart from 1st order it shows the count of how many requests were sent”
Since its a count the data type should be int32 instead of string.
Further, since the description starts with “Apart from” … its zero indexed…and the total count of request is (Value in the key + 1) isnt it?
Further too, the Key name should be order_request_count instead of order_request_id
Regards
Rathnadhar K V