Would like to specify a schema for my collection. It has updated schema over time, adding fields, never removing any. Need to specify schema (of latest document) so I don't need to read the full collection to fit to a schema.
I know this can be done in Scala, but there is no documentation for it in Python.