Da Pymongo 3.0, il .aggregate()
metodo restituisce un CommandCursor
che non implementa __getitem__()
metodo. Invece ti suggerisco di restituire il cursor
oggetto nella tua funzione/metodo o trasformalo in un elenco come questo:return list(Data)