I have an avro file outputted from a spark job with some objects in it:
Objavro.schema�{"type":"record","name":"topLevelRecord","fields":
[{"name":"Name","type":["String","null"]},{"name":"Age","type":
["int","null"]}]}
Is there a way to get specific size of an object?