package builder import "go.mongodb.org/mongo-driver/bson" type Alias interface { Field() Field Build() bson.D }