I would like to be able to use the projection feature available in db.collection.find() to be able to limit the amount of data returned in Load Table requests. I have very large documents in my MongoDB database and doing something as simple as just getting all IDs in the collection is requiring me to pull vast amounts of data verses getting just pulling the IDs.