I have the following total array I need to pick only those that have date.
{
"_id" : ObjectId("58862a838f3e2721f8d920cc"),
"total" : [
[],
[],
[
ISODate("2017-09-07T00:00:00.000Z")
],
[],
[],
[],
[]
]}