Related to this, my add-on is caching some of the non-sensitive data it fetches from MongoDB. Am I correct in understanding that the
limit on operations per day applies to each installed instance of the add-on? That is, if 10,000 users (yay, success!) are using the app and write to the cache once a day each, then is it still just 1 operation? Or will that be 10,0000 operations counting toward the limit?