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