FindOptions.showRecordId

Determines whether to return the record identifier for each document. If true, adds a field $recordId to the returned documents.

struct FindOptions
Nullable!bool showRecordId;

Meta