EncodableList
An EncodableList is nothing more than a type that supports an init(with:) builder API.
protocol EncodableList : BSONRepresentable, BSONDecodable, BSONEncodable where Self.BSONRepresentation == BSON.ListBrowse conforming typesThe specific encoding API vended and encodability protocol used is up to the conforming type.