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