not sure why the [`BSON.array(_:)`](https://github.com/mongodb/swift-bson/blob/main/Sources/SwiftBSON/BSON.swift#L20) enum case is marked `indirect`, because `[BSON]` is already indirectly stored? (not a bug, the label was added automatically and i cannot remove it)
not sure why the
BSON.array(_:)enum case is markedindirect, because[BSON]is already indirectly stored?(not a bug, the label was added automatically and i cannot remove it)