Hi! So I'm trying to pull info on a variety of itch products so that I can check them for updates (for RPGMaker plugins specifically). However, when I go to the /api/1/<MYKEYHERE>/game/GAMEID/uploads endpoint, the behavior is inconsistent - sometimes the product uploads will appear in the expected {uploads: []} format, and other times the return will just be an empty object {uploads: {}} (Note the object instead of an array). I've verified that it's not a matter of ownership, as I've tried it with things I do and don't own, and there doesn't seem to be any rhyme or reason to what works. Am I doing something wrong? Thanks for any insight you can provide!