get() provides direct key-based lookup, similar to a key-value store.
This operation is optimized for high throughput and low latency.
Collection API
Get
Get documents stored in a collection by _id.
TopK collections store documents as key-value pairs.
The result is a key-value mapping: each key is a document ID and each value is a full document as it was upserted into the collection.