Why is there no Bulk read?

I want to give moralis a list of wallet addresses (ethAddress) and get back a list of users who match it, I need their emails, I got the master key and all, but at the moment I can only query them one by one? that’s crazy, I would like to make 1 query to get all users who match my query somehow…

maybe there are some queries that can use something like containedIn functionality

doesn’t seem to be a thing… actually, if you already have bulk update/delete why not add bulk read?

I mean in code directly like query.containedIn

maybe this helps: