type
CollectionSelectionEnvelope
type CollectionSelectionEnvelope struct {
Items []CollectionSelectionItem `json:"items"`
TotalDocs int `json:"totalDocs"`
}One complete bounded read-visible selection.
Source protocol/envelope.go:172
Items[]CollectionSelectionItem- The Items value.
TotalDocsint- The TotalDocs value.
The server freezes IDs and per-item authoring capabilities. Oversized selections fail instead of truncating silently.