get
Returns the element in the array at index.
Just like in Kotlin, index should start at 0 and increase monotonically.
This method returns null if there is no element with an index of index. Note that if there is an element at index, and it has the value null, then a BsonValue with type BsonType.Null is returned.