Variable IndexOptions.wildcardProjection
Allows users to include or exclude specific field paths from a wildcard
index using the { "$**": 1 }
key pattern.
struct IndexOptions
{
// ...
std .typecons .Nullable!(vibe.data.bson.Bson) wildcardProjection
;
// ...
}