How do I execute and get results of the following?
Q1. On inset, i want to somehow execute getInsertedCount and get its result. Q2. On update, do similar with getModifiedCount Q3. On delete, do similar with getDeletedCount
Q4. Can one use ResumableSubs with jMongo?