How to store multiple documents in DB at once

I am going through the docs here https://docs.convex.dev/database/writing-data
I can see db.insert method to insert new record, But I can't see any methods for storing multiple records at once.
Is this even possible?
Mutations can insert, update, and
Writing Data | Convex Developer Hub
Was this page helpful?