``` if (key in batches) { batches[key...
# getting-started
j
Copy code
if (key in batches) {
        batches[key].add(entity)
      }