6 lines
85 B
Python
6 lines
85 B
Python
|
aggregate_mangrove_by_country = [
|
||
|
{
|
||
|
"$match": {"year": "2020"},
|
||
|
},
|
||
|
]
|