Hi All, Is there a recommend way for lazy loading the global state store. I'm using PAPI and I have the local KV state stores in lazy load fashion so that I don't end up loading unnecessary data. Similarly I want to get the global state store to be loaded only when the request has the id for which the data is not present.
Thanks