Hey Vince Ybañez , The concern "by the time we apply :items from, Bubble has already loaded the first 1,000 items into memory." is not true. You can test this on network calls. If you ask for Do a search for: count then bubble will only load the count number and not the whole data on the client side, and count it on the client side. :item from , :item until works the same way.
