What would be the right way to query a field that is an array of maps.
Currently the structure is
Collection1 Document1 -papers:
ArrayList> arrayInTheDocument = (ArrayList> ) documentSnapshot.getData().get("documentName.ArrayName");