The typehint for `store.list` doesn't seem to work well with pyright: <img width="625" height="197" alt="Image" src="https://github.com/user-attachments/assets/ffd85f78-b8fc-4213-9715-9f99923d8f73" /> for batch in list.stream(), always makes `batch` an unkown type
The typehint for
store.listdoesn't seem to work well with pyright:for batch in list.stream(), always makes
batchan unkown type