Users
billa_telegram_bot> db.metadata.aggregate([ { $group: { _id: "$user_name", count: { $sum: 1 }, first_timestamp: { $first: "$timestamp" }, last_timestamp: { $last: "$timestamp" }} }] )
[
{
_id: 'sharda shinde',
count: 161,
first_timestamp: ISODate('2025-01-24T05:22:56.219Z'),
last_timestamp: ISODate('2025-01-28T04:27:32.570Z')
},
{
_id: 'Vidya Sridhar',
count: 4,
first_timestamp: ISODate('2025-01-24T06:25:48.512Z'),
last_timestamp: ISODate('2025-01-24T06:25:57.708Z')
},
{
_id: 'Yash Jadhav Jadhav',
count: 93,
first_timestamp: ISODate('2025-01-29T09:41:18.735Z'),
last_timestamp: ISODate('2025-01-29T09:55:12.011Z')
},
{
_id: 'Ashwini',
count: 75,
first_timestamp: ISODate('2025-01-29T12:09:41.372Z'),
last_timestamp: ISODate('2025-01-29T12:14:05.554Z')
},
{
_id: 'Dattatray Jadhav',
count: 79,
first_timestamp: ISODate('2025-01-29T12:27:26.626Z'),
last_timestamp: ISODate('2025-01-29T12:31:11.708Z')
},
{
_id: 'redpig',
count: 18,
first_timestamp: ISODate('2025-01-22T07:20:29.223Z'),
last_timestamp: ISODate('2025-01-22T07:33:04.438Z')
},
{
_id: 'Pooja Barhate',
count: 74,
first_timestamp: ISODate('2025-01-29T11:36:27.849Z'),
last_timestamp: ISODate('2025-01-29T11:41:09.981Z')
},
{
_id: 'Pallavi Kanthe',
count: 86,
first_timestamp: ISODate('2025-01-31T05:33:53.364Z'),
last_timestamp: ISODate('2025-01-31T05:45:14.068Z')
},
{
_id: 'inglesangha@',
count: 92,
first_timestamp: ISODate('2025-01-24T09:00:48.756Z'),
last_timestamp: ISODate('2025-01-24T09:10:17.698Z')
},
{
_id: 'Alka Jadhav',
count: 83,
first_timestamp: ISODate('2025-01-28T04:42:24.624Z'),
last_timestamp: ISODate('2025-01-28T04:47:47.947Z')
},
{
_id: 'Gayatri',
count: 84,
first_timestamp: ISODate('2025-01-29T09:38:21.920Z'),
last_timestamp: ISODate('2025-01-29T09:48:59.465Z')
},
{
_id: 'Joy Daniel',
count: 20,
first_timestamp: ISODate('2025-01-24T04:54:20.793Z'),
last_timestamp: ISODate('2025-01-24T04:58:30.822Z')
}
]
Updates
billa_telegram_bot> db.metadata.aggregate([ { $group: { _id: { user: "$user_name", selection: "$selection_path" }, count: { $sum: 1 } } }, { $group: { _id: "$_id.user", selections: { $push: { selection_path: "$_id.selection", count: "$count" } }, total_selections: { $sum: "$count" } } }, { $sort: { total_selections: -1 } }] ).pretty()
[
{
_id: 'sharda shinde',
selections: [
{ selection_path: '5850682146:/start:household:soap', count: 4 },
{
selection_path: '5850682146:/start:food:rice:within:custom:100-200',
count: 1
},
{
selection_path: '5850682146:/start:household:clothes:outside:custom:1000',
count: 1
},
{
selection_path: '5850682146:/start:food:rice:outside:custom:3oo',
count: 1
},
{
selection_path: '5850682146:/start:household:clothes:outside',
count: 1
},
{
selection_path: '5850682146:/start:household:cosmetics:within',
count: 1
},
{
selection_path: '5850682146:/start:food:rice:within:50-100',
count: 1
},
{ selection_path: '5850682146:/start:food:millets', count: 1 },
{
selection_path: '5850682146:/start:household:soap:outside:household',
count: 1
},
{ selection_path: '5850682146:/start:fuel', count: 3 },
{
selection_path: '5850682146:/start:household:cosmetics',
count: 1
},
{ selection_path: '5850682146:/start:summary', count: 5 },
{
selection_path: '5850682146:/start:food:vegetables:within:custom:household:soap:food:fruits:within',
count: 1
},
{
selection_path: '5850682146:/start:food:dairy:within',
count: 1
},
{
selection_path: '5850682146:/start:food:rice:within:custom',
count: 2
},
{
selection_path: '5850682146:/start:food:rice:outside',
count: 1
},
{
selection_path: '5850682146:/start:food:vegetables:within:custom',
count: 1
},
{
selection_path: '5850682146:/start:food:vegetables:within:100-200',
count: 3
},
{
selection_path: '5850682146:/start:food:meats:outside:custom:300',
count: 1
},
{ selection_path: '5850682146:/start:food:fruits', count: 2 },
{ selection_path: '5850682146:/start:food:dairy', count: 1 },
{
selection_path: '5850682146:/start:food:rice:outside:custom',
count: 1
},
{ selection_path: '5850682146:/start:food:rice', count: 4 },
{
selection_path: '5850682146:/start:food:fruits:within',
count: 2
},
{
selection_path: '5850682146:/start:food:millets:within:100-200',
count: 1
},
{ selection_path: '5850682146:/start:fuel:gas', count: 1 },
{
selection_path: '5850682146:/start:food:vegetables:within:custom:household:soap:food:fruits:within:100-200',
count: 1
},
{
selection_path: '5850682146:/start:food:meats:outside',
count: 2
},
{
selection_path: '5850682146:/start:household:soap:within:50-100',
count: 2
},
{
selection_path: '5850682146:/start:household:stationary:outside',
count: 2
},
{ selection_path: '5850682146:/start:food:meats', count: 2 },
{
selection_path: '5850682146:/start:food:meats:outside:100-200',
count: 1
},
{ selection_path: '5850682146:/start:food:wheat', count: 1 },
{
selection_path: '5850682146:/start:food:vegetables:within:custom:household:soap:food',
count: 1
},
{
selection_path: '5850682146:/start:food:dairy:within:100-200',
count: 1
},
{
selection_path: '5850682146:/start:food:vegetables:within:custom:household:soap',
count: 1
},
{
selection_path: '5850682146:/start:food:fruits:within:100-200',
count: 2
},
{
selection_path: '5850682146:/start:food:vegetables:within:custom:household:soap:food:fruits',
count: 1
},
{ selection_path: '5850682146:/start:food:vegetables', count: 4 },
{
selection_path: '5850682146:/start:household:soap:within',
count: 2
},
{ selection_path: '5850682146:/start:fuel:gas:within', count: 1 },
{
selection_path: '5850682146:/start:food:wheat:within:100-200',
count: 1
},
{
selection_path: '5850682146:/start:household:soap:outside:100-200',
count: 1
},
{
selection_path: '5850682146:/start:fuel:petrol:outside',
count: 2
},
{
selection_path: '5850682146:/start:food:rice:within:custom:300',
count: 1
},
{
selection_path: '5850682146:/start:clothes:within:100-200',
count: 1
},
{ selection_path: '5850682146:/start:food', count: 15 },
{
selection_path: '5850682146:/start:food:wheat:within',
count: 1
},
{
selection_path: '5850682146:/start:food:vegetables:within',
count: 4
},
{
selection_path: '5850682146:/start:household:cosmetics:within:100-200',
count: 1
},
{ selection_path: '5850682146:/start', count: 33 },
{ selection_path: '5850682146:/start:clothes', count: 1 },
{
selection_path: '5850682146:/start:food:vegetables:within:custom:household',
count: 1
},
{
selection_path: '5850682146:/start:food:millets:within',
count: 1
},
{
selection_path: '5850682146:/start:household:clothes',
count: 1
},
{
selection_path: '5850682146:/start:fuel:petrol:outside:100-200',
count: 2
},
{
selection_path: '5850682146:/start:household:soap:outside:household:clothes',
count: 1
},
{ selection_path: '5850682146:/start:clothes:within', count: 1 },
{
selection_path: '5850682146:/start:food:rice:within',
count: 3
},
{
selection_path: '5850682146:/start:household:soap:outside',
count: 2
},
{ selection_path: '5850682146:/start:fuel:petrol', count: 2 },
{
selection_path: '5850682146:/start:fuel:gas:within:100-200',
count: 1
},
{
selection_path: '5850682146:/start:household:soap:outside:household:clothes:outside',
count: 1
},
{
selection_path: '5850682146:/start:household:soap:outside:household:clothes:outside:custom',
count: 1
},
{
selection_path: '5850682146:/start:food:meats:outside:custom',
count: 1
},
{
selection_path: '5850682146:/start:household:soap:outside:household:clothes:outside:custom:fuel',
count: 1
},
{
selection_path: '5850682146:/start:household:clothes:outside:custom',
count: 1
},
{
selection_path: '5850682146:/start:household:stationary',
count: 2
},
{
selection_path: '5850682146:/start:household:stationary:outside:100-200',
count: 2
},
{ selection_path: '5850682146:/start:household', count: 9 }
],
total_selections: 161
},
{
_id: 'Yash Jadhav Jadhav',
selections: [
{
selection_path: '5865470413:/start:household:soap:within:custom:custom:custom:custom',
count: 1
},
{
selection_path: '5865470413:/start:food:rice:outside',
count: 1
},
{
selection_path: '5865470413:/start:fuel:petrol:outside:50-100',
count: 1
},
{ selection_path: '5865470413:/start:food:meats', count: 1 },
{
selection_path: '5865470413:/start:household:soap:within:custom:custom',
count: 1
},
{ selection_path: '5865470413:/start:household:soap', count: 3 },
{ selection_path: '5865470413:/start', count: 19 },
{
selection_path: '5865470413:/start:fuel:diesel:outside',
count: 1
},
{
selection_path: '5865470413:/start:food:vegetables:within:100-200',
count: 2
},
{
selection_path: '5865470413:/start:food:dairy:within:50-100',
count: 1
},
{
selection_path: '5865470413:/start:household:stationary:outside:50-100',
count: 1
},
{
selection_path: '5865470413:/start:food:meats:within:100-200',
count: 1
},
{
selection_path: '5865470413:/start:household:soap:outside',
count: 2
},
{
selection_path: '5865470413:/start:household:clothes:outside:custom',
count: 1
},
{
selection_path: '5865470413:/start:food:fruits:within:50-100',
count: 1
},
{
selection_path: '5865470413:/start:household:clothes',
count: 1
},
{
selection_path: '5865470413:/start:food:millets:within',
count: 1
},
{
selection_path: '5865470413:/start:household:cosmetics:outside',
count: 1
},
{
selection_path: '5865470413:/start:household:clothes:outside',
count: 1
},
{
selection_path: '5865470413:/start:food:wheat:within',
count: 1
},
{
selection_path: '5865470413:/start:food:dairy:within',
count: 1
},
{
selection_path: '5865470413:/start:household:clothes:outside:custom:00',
count: 1
},
{ selection_path: '5865470413:/start:fuel', count: 3 },
{
selection_path: '5865470413:/start:household:stationary',
count: 1
},
{ selection_path: '5865470413:/start:food:wheat', count: 1 },
{ selection_path: '5865470413:/start:food:dairy', count: 1 },
{
selection_path: '5865470413:/start:fuel:gas:gas:outside:50-100',
count: 1
},
{ selection_path: '5865470413:/start:food:millets', count: 1 },
{
selection_path: '5865470413:/start:household:cosmetics:outside:100-200',
count: 1
},
{ selection_path: '5865470413:/start:food', count: 8 },
{ selection_path: '5865470413:/start:food:fruits', count: 1 },
{ selection_path: '5865470413:/start:food:vegetables', count: 2 },
{
selection_path: '5865470413:/start:food:rice:outside:50-100',
count: 1
},
{
selection_path: '5865470413:/start:household:soap:within:custom',
count: 1
},
{ selection_path: '5865470413:/start:food:rice', count: 1 },
{ selection_path: '5865470413:/start:fuel:gas:gas', count: 1 },
{ selection_path: '5865470413:/start:summary', count: 1 },
{
selection_path: '5865470413:/start:fuel:petrol:outside',
count: 1
},
{
selection_path: '5865470413:/start:fuel:gas:gas:outside',
count: 1
},
{
selection_path: '5865470413:/start:food:vegetables:within',
count: 2
},
{ selection_path: '5865470413:/start:fuel:gas', count: 1 },
{ selection_path: '5865470413:/start:fuel:diesel', count: 1 },
{
selection_path: '5865470413:/start:household:soap:outside:0-50',
count: 2
},
{
selection_path: '5865470413:/start:household:stationary:outside',
count: 1
},
{
selection_path: '5865470413:/start:food:millets:within:100-200',
count: 1
},
{
selection_path: '5865470413:/start:household:soap:within:custom:custom:custom',
count: 1
},
{ selection_path: '5865470413:/start:household', count: 6 },
{
selection_path: '5865470413:/start:household:soap:within',
count: 1
},
{
selection_path: '5865470413:/start:food:wheat:within:100-200',
count: 1
},
{
selection_path: '5865470413:/start:food:fruits:within',
count: 1
},
{
selection_path: '5865470413:/start:food:meats:within',
count: 1
},
{
selection_path: '5865470413:/start:fuel:diesel:outside:100-200',
count: 1
},
{ selection_path: '5865470413:/start:fuel:petrol', count: 1 },
{
selection_path: '5865470413:/start:household:cosmetics',
count: 1
}
],
total_selections: 93
},
{
_id: 'inglesangha@',
selections: [
{
selection_path: '751016019:/start:food:dairy:outside:custom:50-100',
count: 1
},
{
selection_path: '751016019:/start:food:vegetables:within:100-200',
count: 2
},
{ selection_path: '751016019:/start', count: 20 },
{
selection_path: '751016019:/start:food:wheat:within:0-50',
count: 1
},
{
selection_path: '751016019:/start:food:vegetables:within:50-100',
count: 1
},
{ selection_path: '751016019:/start:food:dairy', count: 2 },
{ selection_path: '751016019:/start:fuel:gas:outside', count: 1 },
{
selection_path: '751016019:/start:food:millets:within:50-100',
count: 1
},
{ selection_path: '751016019:/start:fuel:petrol', count: 1 },
{ selection_path: '751016019:/start:food:rice:within', count: 1 },
{
selection_path: '751016019:/start:food:rice:within:0-50',
count: 1
},
{ selection_path: '751016019:/start:custom', count: 1 },
{
selection_path: '751016019:/start:food:millets:within',
count: 1
},
{
selection_path: '751016019:/start:food:fruits:within:0-50',
count: 1
},
{
selection_path: '751016019:/start:custom:food:vegetables',
count: 1
},
{
selection_path: '751016019:/start:food:fruits:within',
count: 2
},
{ selection_path: '751016019:/start:food:vegetables', count: 3 },
{
selection_path: '751016019:/start:food:meats:within:50-100',
count: 1
},
{
selection_path: '751016019:/start:food:meats:within',
count: 1
},
{
selection_path: '751016019:/start:household:clothes:within',
count: 1
},
{ selection_path: '751016019:/start:fuel:gas', count: 1 },
{ selection_path: '751016019:/start:food:fruits', count: 2 },
{ selection_path: '751016019:/start:household', count: 3 },
{
selection_path: '751016019:/start:food:dairy:within',
count: 1
},
{
selection_path: '751016019:/start:food:fruits:within:100-200',
count: 1
},
{ selection_path: '751016019:/start:custom:food', count: 1 },
{
selection_path: '751016019:/start:household:clothes',
count: 1
},
{
selection_path: '751016019:/start:custom:food:vegetables:within:100-200',
count: 1
},
{ selection_path: '751016019:/start:food:millets', count: 1 },
{ selection_path: '751016019:/start:summary', count: 2 },
{
selection_path: '751016019:/start:food:wheat:within',
count: 1
},
{
selection_path: '751016019:/start:fuel:gas:outside:100-200',
count: 1
},
{
selection_path: '751016019:/start:food:dairy:outside',
count: 1
},
{
selection_path: '751016019:/start:household:clothes:within:100-200',
count: 1
},
{
selection_path: '751016019:/start:custom:food:vegetables:within',
count: 1
},
{
selection_path: '751016019:/start:household:soap:within:100-200',
count: 2
},
{
selection_path: '751016019:/start:food:dairy:outside:custom',
count: 1
},
{
selection_path: '751016019:/start:fuel:petrol:outside:100-200',
count: 1
},
{
selection_path: '751016019:/start:food:vegetables:within',
count: 3
},
{
selection_path: '751016019:/start:food:dairy:within:50-100',
count: 1
},
{ selection_path: '751016019:/start:food', count: 11 },
{ selection_path: '751016019:/start:food:meats', count: 1 },
{ selection_path: '751016019:/start:fuel', count: 2 },
{
selection_path: '751016019:/start:household:soap:within',
count: 2
},
{ selection_path: '751016019:/start:food:rice', count: 1 },
{ selection_path: '751016019:/start:food:wheat', count: 1 },
{
selection_path: '751016019:/start:fuel:petrol:outside',
count: 1
},
{ selection_path: '751016019:/start:household:soap', count: 2 }
],
total_selections: 92
},
{
_id: 'Pallavi Kanthe',
selections: [
{ selection_path: '7863463195:/start', count: 19 },
{
selection_path: '7863463195:/start:food:vegetables:within',
count: 1
},
{
selection_path: '7863463195:/start:household:cosmetics:outside',
count: 1
},
{
selection_path: '7863463195:/start:food:rice:outside:custom',
count: 1
},
{
selection_path: '7863463195:/start:food:dairy:within:100-200',
count: 1
},
{ selection_path: '7863463195:/start:food:dairy', count: 1 },
{
selection_path: '7863463195:/start:food:rice:outside:custom:100-200',
count: 1
},
{ selection_path: '7863463195:/start:food:millets', count: 1 },
{ selection_path: '7863463195:/start:food:meats', count: 1 },
{
selection_path: '7863463195:/start:household:cosmetics',
count: 1
},
{
selection_path: '7863463195:/start:fuel:diesel:outside:0-50',
count: 1
},
{ selection_path: '7863463195:/start:fuel:gas', count: 2 },
{
selection_path: '7863463195:/start:food:meats:within:100-200',
count: 1
},
{ selection_path: '7863463195:/start:fuel:diesel', count: 1 },
{
selection_path: '7863463195:/start:fuel:petrol:outside:100-200',
count: 1
},
{ selection_path: '7863463195:/start:food:rice', count: 1 },
{
selection_path: '7863463195:/start:household:stationary',
count: 1
},
{
selection_path: '7863463195:/start:food:rice:outside',
count: 1
},
{ selection_path: '7863463195:/start:household', count: 5 },
{
selection_path: '7863463195:/start:food:wheat:within:100-200',
count: 1
},
{
selection_path: '7863463195:/start:household:soap:within:100-200',
count: 1
},
{
selection_path: '7863463195:/start:household:clothes:outside:0-50',
count: 1
},
{ selection_path: '7863463195:/start:food:fruits', count: 1 },
{
selection_path: '7863463195:/start:household:stationary:outside',
count: 1
},
{
selection_path: '7863463195:/start:household:stationary:outside:50-100',
count: 1
},
{ selection_path: '7863463195:/start:fuel:petrol', count: 1 },
{
selection_path: '7863463195:/start:food:millets:within',
count: 1
},
{
selection_path: '7863463195:/start:fuel:petrol:outside',
count: 1
},
{
selection_path: '7863463195:/start:household:soap:within',
count: 1
},
{
selection_path: '7863463195:/start:household:clothes:outside',
count: 1
},
{
selection_path: '7863463195:/start:fuel:gas:within:50-100',
count: 1
},
{
selection_path: '7863463195:/start:food:meats:within',
count: 1
},
{ selection_path: '7863463195:/start:food', count: 7 },
{
selection_path: '7863463195:/start:household:clothes',
count: 1
},
{
selection_path: '7863463195:/start:food:vegetables:within:100-200',
count: 1
},
{
selection_path: '7863463195:/start:food:dairy:within',
count: 1
},
{
selection_path: '7863463195:/start:household:soap:outside:50-100',
count: 1
},
{
selection_path: '7863463195:/start:food:wheat:within',
count: 1
},
{ selection_path: '7863463195:/start:fuel', count: 4 },
{ selection_path: '7863463195:/start:summary', count: 2 },
{
selection_path: '7863463195:/start:household:soap:outside',
count: 1
},
{
selection_path: '7863463195:/start:food:fruits:within:100-200',
count: 1
},
{
selection_path: '7863463195:/start:fuel:gas:outside',
count: 1
},
{
selection_path: '7863463195:/start:fuel:diesel:outside',
count: 1
},
{ selection_path: '7863463195:/start:food:wheat', count: 1 },
{
selection_path: '7863463195:/start:food:millets:within:100-200',
count: 1
},
{ selection_path: '7863463195:/start:household:soap', count: 2 },
{
selection_path: '7863463195:/start:fuel:gas:outside:100-200',
count: 1
},
{ selection_path: '7863463195:/start:fuel:gas:within', count: 1 },
{ selection_path: '7863463195:/start:food:vegetables', count: 1 },
{
selection_path: '7863463195:/start:household:cosmetics:outside:50-100',
count: 1
},
{
selection_path: '7863463195:/start:food:fruits:within',
count: 1
}
],
total_selections: 86
},
{
_id: 'Gayatri',
selections: [
{
selection_path: '7789557698:/start:food:fruits:fruits:fruits:fruits:fruits:outside',
count: 1
},
{ selection_path: '7789557698:/start:food:wheat', count: 1 },
{
selection_path: '7789557698:/start:household:cosmetics:outside',
count: 1
},
{ selection_path: '7789557698:/start:food:rice', count: 1 },
{ selection_path: '7789557698:/start:food:vegetables', count: 1 },
{ selection_path: '7789557698:/start', count: 17 },
{
selection_path: '7789557698:/start:food:meats:within',
count: 1
},
{ selection_path: '7789557698:/start:food:dairy', count: 1 },
{ selection_path: '7789557698:/start:fuel', count: 3 },
{
selection_path: '7789557698:/start:food:fruits:fruits:fruits:fruits',
count: 1
},
{
selection_path: '7789557698:/start:food:vegetables:within:100-200',
count: 1
},
{
selection_path: '7789557698:/start:household:clothes:outside:custom',
count: 2
},
{ selection_path: '7789557698:/start:food', count: 7 },
{ selection_path: '7789557698:/start:fuel:gas', count: 1 },
{
selection_path: '7789557698:/start:food:wheat:within:50-100',
count: 1
},
{
selection_path: '7789557698:/start:household:clothes:within:100-200',
count: 1
},
{
selection_path: '7789557698:/start:food:vegetables:within',
count: 1
},
{ selection_path: '7789557698:/start:fuel:petrol', count: 1 },
{
selection_path: '7789557698:/start:fuel:diesel:outside:100-200',
count: 1
},
{
selection_path: '7789557698:/start:household:cosmetics',
count: 1
},
{
selection_path: '7789557698:/start:food:rice:outside:50-100',
count: 1
},
{
selection_path: '7789557698:/start:household:clothes:outside:custom:00',
count: 1
},
{ selection_path: '7789557698:/start:food:fruits', count: 1 },
{
selection_path: '7789557698:/start:food:meats:within:100-200',
count: 1
},
{
selection_path: '7789557698:/start:food:dairy:within:50-100',
count: 1
},
{
selection_path: '7789557698:/start:fuel:gas:outside',
count: 1
},
{ selection_path: '7789557698:/start:household:soap', count: 1 },
{
selection_path: '7789557698:/start:fuel:diesel:outside',
count: 1
},
{
selection_path: '7789557698:/start:household:cosmetics:outside:50-100',
count: 1
},
{
selection_path: '7789557698:/start:food:fruits:fruits:fruits',
count: 1
},
{
selection_path: '7789557698:/start:food:fruits:fruits',
count: 1
},
{
selection_path: '7789557698:/start:household:soap:outside:0-50',
count: 1
},
{
selection_path: '7789557698:/start:fuel:petrol:outside:100-200',
count: 1
},
{
selection_path: '7789557698:/start:household:clothes:within',
count: 1
},
{
selection_path: '7789557698:/start:household:clothes:outside',
count: 2
},
{
selection_path: '7789557698:/start:food:rice:outside',
count: 1
},
{ selection_path: '7789557698:/start:food:millets', count: 1 },
{ selection_path: '7789557698:/start:household', count: 5 },
{
selection_path: '7789557698:/start:household:clothes',
count: 3
},
{ selection_path: '7789557698:/start:fuel:diesel', count: 1 },
{
selection_path: '7789557698:/start:fuel:petrol:outside',
count: 1
},
{ selection_path: '7789557698:/start:summary', count: 1 },
{
selection_path: '7789557698:/start:food:wheat:within',
count: 1
},
{ selection_path: '7789557698:/start:food:meats', count: 1 },
{
selection_path: '7789557698:/start:food:millets:within',
count: 1
},
{
selection_path: '7789557698:/start:household:clothes:outside:custom:0',
count: 1
},
{
selection_path: '7789557698:/start:food:fruits:fruits:fruits:fruits:fruits:outside:50-100',
count: 1
},
{
selection_path: '7789557698:/start:food:millets:within:100-200',
count: 1
},
{
selection_path: '7789557698:/start:household:soap:outside',
count: 1
},
{
selection_path: '7789557698:/start:fuel:gas:outside:50-100',
count: 1
},
{
selection_path: '7789557698:/start:food:dairy:within',
count: 1
},
{
selection_path: '7789557698:/start:food:fruits:fruits:fruits:fruits:fruits',
count: 1
}
],
total_selections: 84
},
{
_id: 'Alka Jadhav',
selections: [
{
selection_path: '8084753115:/start:food:dairy:within',
count: 1
},
{
selection_path: '8084753115:/start:household:cosmetics:outside:0-50',
count: 1
},
{
selection_path: '8084753115:/start:food:dairy:within:50-100',
count: 1
},
{
selection_path: '8084753115:/start:household:stationary:outside',
count: 1
},
{
selection_path: '8084753115:/start:food:rice:outside:0-50',
count: 1
},
{
selection_path: '8084753115:/start:food:millets:within',
count: 1
},
{
selection_path: '8084753115:/start:fuel:petrol:outside:custom:50-100',
count: 1
},
{
selection_path: '8084753115:/start:household:household',
count: 1
},
{
selection_path: '8084753115:/start:food:meats:within:50-100',
count: 1
},
{ selection_path: '8084753115:/start:food:millets', count: 1 },
{
selection_path: '8084753115:/start:food:wheat:within:100-200',
count: 1
},
{
selection_path: '8084753115:/start:food:vegetables:within:100-200',
count: 1
},
{
selection_path: '8084753115:/start:food:meats:within',
count: 1
},
{
selection_path: '8084753115:/start:household:cosmetics:outside',
count: 1
},
{
selection_path: '8084753115:/start:food:millets:within:100-200',
count: 1
},
{
selection_path: '8084753115:/start:fuel:petrol:outside:custom',
count: 1
},
{ selection_path: '8084753115:/start:fuel', count: 4 },
{ selection_path: '8084753115:/start:food:fruits', count: 1 },
{
selection_path: '8084753115:/start:food:vegetables:within',
count: 1
},
{ selection_path: '8084753115:/start:summary', count: 1 },
{ selection_path: '8084753115:/start:food', count: 7 },
{
selection_path: '8084753115:/start:food:fruits:within',
count: 1
},
{ selection_path: '8084753115:/start', count: 17 },
{ selection_path: '8084753115:/start:food:dairy', count: 1 },
{ selection_path: '8084753115:/start:food:meats', count: 1 },
{ selection_path: '8084753115:/start:food:rice', count: 1 },
{ selection_path: '8084753115:/start:food:vegetables', count: 1 },
{
selection_path: '8084753115:/start:household:clothes',
count: 1
},
{ selection_path: '8084753115:/start:household', count: 4 },
{
selection_path: '8084753115:/start:fuel:diesel:outside:custom:0',
count: 2
},
{
selection_path: '8084753115:/start:fuel:petrol:outside',
count: 1
},
{
selection_path: '8084753115:/start:household:stationary',
count: 1
},
{
selection_path: '8084753115:/start:fuel:gas:outside',
count: 1
},
{ selection_path: '8084753115:/start:fuel:diesel', count: 2 },
{
selection_path: '8084753115:/start:household:clothes:outside:custom:0',
count: 1
},
{
selection_path: '8084753115:/start:food:fruits:within:100-200',
count: 1
},
{ selection_path: '8084753115:/start:food:wheat', count: 1 },
{
selection_path: '8084753115:/start:fuel:gas:outside:0-50',
count: 1
},
{
selection_path: '8084753115:/start:household:household:soap',
count: 1
},
{
selection_path: '8084753115:/start:household:household:soap:outside',
count: 1
},
{
selection_path: '8084753115:/start:household:clothes:outside',
count: 1
},
{ selection_path: '8084753115:/start:fuel:petrol', count: 1 },
{
selection_path: '8084753115:/start:fuel:diesel:outside',
count: 2
},
{
selection_path: '8084753115:/start:household:stationary:outside:0-50',
count: 1
},
{
selection_path: '8084753115:/start:food:rice:outside',
count: 1
},
{
selection_path: '8084753115:/start:household:household:soap:outside:0-50',
count: 1
},
{
selection_path: '8084753115:/start:household:clothes:outside:custom',
count: 1
},
{
selection_path: '8084753115:/start:food:wheat:within',
count: 1
},
{ selection_path: '8084753115:/start:fuel:gas', count: 1 },
{
selection_path: '8084753115:/start:fuel:diesel:outside:custom',
count: 2
},
{
selection_path: '8084753115:/start:household:cosmetics',
count: 1
}
],
total_selections: 83
},
{
_id: 'Dattatray Jadhav',
selections: [
{
selection_path: '5665389460:/start:fuel:gas:outside',
count: 1
},
{ selection_path: '5665389460:/start:fuel:gas', count: 1 },
{
selection_path: '5665389460:/start:fuel:petrol:outside',
count: 1
},
{
selection_path: '5665389460:/start:food:dairy:within:0-50',
count: 1
},
{ selection_path: '5665389460:/start:food', count: 7 },
{ selection_path: '5665389460:/start:fuel:diesel', count: 2 },
{ selection_path: '5665389460:/start:household:soap', count: 1 },
{
selection_path: '5665389460:/start:fuel:petrol:outside:custom:0',
count: 1
},
{
selection_path: '5665389460:/start:household:cosmetics:outside:50-100',
count: 1
},
{
selection_path: '5665389460:/start:food:millets:within',
count: 1
},
{
selection_path: '5665389460:/start:fuel:petrol:outside:custom',
count: 1
},
{
selection_path: '5665389460:/start:food:millets:within:50-100',
count: 1
},
{
selection_path: '5665389460:/start:household:clothes:outside:50-100',
count: 1
},
{
selection_path: '5665389460:/start:fuel:diesel:outside:0-50',
count: 2
},
{
selection_path: '5665389460:/start:household:soap:outside',
count: 1
},
{
selection_path: '5665389460:/start:fuel:gas:outside:50-100',
count: 1
},
{ selection_path: '5665389460:/start', count: 17 },
{ selection_path: '5665389460:/start:fuel', count: 4 },
{
selection_path: '5665389460:/start:food:vegetables:within',
count: 1
},
{
selection_path: '5665389460:/start:food:vegetables:within:0-50',
count: 1
},
{
selection_path: '5665389460:/start:household:cosmetics',
count: 1
},
{ selection_path: '5665389460:/start:food:fruits', count: 1 },
{
selection_path: '5665389460:/start:food:wheat:within:50-100',
count: 1
},
{
selection_path: '5665389460:/start:household:clothes',
count: 1
},
{ selection_path: '5665389460:/start:household', count: 4 },
{ selection_path: '5665389460:/start:food:dairy', count: 1 },
{
selection_path: '5665389460:/start:food:rice:outside:0-50',
count: 1
},
{
selection_path: '5665389460:/start:household:soap:outside:0-50',
count: 1
},
{ selection_path: '5665389460:/start:food:millets', count: 1 },
{ selection_path: '5665389460:/start:fuel:petrol', count: 1 },
{
selection_path: '5665389460:/start:food:fruits:outside:0-50',
count: 1
},
{ selection_path: '5665389460:/start:food:rice', count: 1 },
{ selection_path: '5665389460:/start:food:wheat', count: 1 },
{
selection_path: '5665389460:/start:household:stationary',
count: 1
},
{
selection_path: '5665389460:/start:food:dairy:within',
count: 1
},
{ selection_path: '5665389460:/start:food:vegetables', count: 1 },
{
selection_path: '5665389460:/start:food:meats:within:50-100',
count: 1
},
{
selection_path: '5665389460:/start:food:fruits:outside',
count: 1
},
{ selection_path: '5665389460:/start:summary', count: 1 },
{
selection_path: '5665389460:/start:household:stationary:outside:0-50',
count: 1
},
{
selection_path: '5665389460:/start:food:rice:outside',
count: 1
},
{
selection_path: '5665389460:/start:food:wheat:within',
count: 1
},
{
selection_path: '5665389460:/start:fuel:diesel:outside',
count: 2
},
{
selection_path: '5665389460:/start:household:clothes:outside',
count: 1
},
{
selection_path: '5665389460:/start:food:meats:within',
count: 1
},
{
selection_path: '5665389460:/start:household:stationary:outside',
count: 1
},
{ selection_path: '5665389460:/start:food:meats', count: 1 },
{
selection_path: '5665389460:/start:household:cosmetics:outside',
count: 1
}
],
total_selections: 79
},
{
_id: 'Ashwini',
selections: [
{
selection_path: '7932735399:/start:household:clothes:outside:custom:00',
count: 1
},
{
selection_path: '7932735399:/start:fuel:gas:outside:0-50',
count: 1
},
{ selection_path: '7932735399:/start:fuel:diesel', count: 1 },
{ selection_path: '7932735399:/start:fuel:petrol', count: 1 },
{
selection_path: '7932735399:/start:fuel:petrol:outside:custom:500',
count: 1
},
{
selection_path: '7932735399:/start:fuel:diesel:outside:100-200',
count: 1
},
{
selection_path: '7932735399:/start:household:stationary:outside',
count: 1
},
{ selection_path: '7932735399:/start:food:fruits', count: 1 },
{
selection_path: '7932735399:/start:fuel:diesel:outside',
count: 1
},
{
selection_path: '7932735399:/start:fuel:gas:outside',
count: 1
},
{ selection_path: '7932735399:/start:fuel', count: 3 },
{
selection_path: '7932735399:/start:food:millets:within',
count: 1
},
{ selection_path: '7932735399:/start:fuel:gas', count: 1 },
{
selection_path: '7932735399:/start:household:stationary:outside:50-100',
count: 1
},
{
selection_path: '7932735399:/start:food:millets:within:50-100',
count: 1
},
{
selection_path: '7932735399:/start:food:vegetables:within',
count: 1
},
{
selection_path: '7932735399:/start:fuel:petrol:outside',
count: 1
},
{
selection_path: '7932735399:/start:fuel:petrol:outside:custom',
count: 1
},
{
selection_path: '7932735399:/start:food:meats:within:100-200',
count: 1
},
{ selection_path: '7932735399:/start:food:vegetables', count: 1 },
{
selection_path: '7932735399:/start:household:cosmetics',
count: 1
},
{ selection_path: '7932735399:/start:household:soap', count: 1 },
{ selection_path: '7932735399:/start:food:dairy', count: 1 },
{
selection_path: '7932735399:/start:household:clothes',
count: 1
},
{ selection_path: '7932735399:/start:food', count: 7 },
{
selection_path: '7932735399:/start:household:clothes:outside:custom',
count: 1
},
{
selection_path: '7932735399:/start:food:wheat:within',
count: 1
},
{ selection_path: '7932735399:/start:food:rice', count: 1 },
{ selection_path: '7932735399:/start:food:meats', count: 1 },
{
selection_path: '7932735399:/start:food:fruits:outside:50-100',
count: 1
},
{
selection_path: '7932735399:/start:food:fruits:outside',
count: 1
},
{
selection_path: '7932735399:/start:food:vegetables:within:100-200',
count: 1
},
{
selection_path: '7932735399:/start:household:stationary',
count: 1
},
{ selection_path: '7932735399:/start', count: 16 },
{
selection_path: '7932735399:/start:household:clothes:outside',
count: 1
},
{
selection_path: '7932735399:/start:household:soap:outside:0-50',
count: 1
},
{ selection_path: '7932735399:/start:food:wheat', count: 1 },
{
selection_path: '7932735399:/start:household:soap:outside',
count: 1
},
{
selection_path: '7932735399:/start:household:cosmetics:outside:50-100',
count: 1
},
{ selection_path: '7932735399:/start:food:millets', count: 1 },
{
selection_path: '7932735399:/start:food:dairy:within',
count: 1
},
{ selection_path: '7932735399:/start:household', count: 4 },
{
selection_path: '7932735399:/start:food:dairy:within:50-100',
count: 1
},
{
selection_path: '7932735399:/start:household:cosmetics:outside',
count: 1
},
{ selection_path: '7932735399:/start:summary', count: 1 },
{
selection_path: '7932735399:/start:food:wheat:within:100-200',
count: 1
},
{
selection_path: '7932735399:/start:food:meats:within',
count: 1
},
{
selection_path: '7932735399:/start:food:rice:outside',
count: 1
},
{
selection_path: '7932735399:/start:food:rice:outside:0-50',
count: 1
}
],
total_selections: 75
},
{
_id: 'Pooja Barhate',
selections: [
{
selection_path: '7350408591:/start:household:soap:outside',
count: 1
},
{ selection_path: '7350408591:/start:food:dairy', count: 1 },
{ selection_path: '7350408591:/start:food:wheat', count: 1 },
{
selection_path: '7350408591:/start:fuel:diesel:outside:100-200',
count: 1
},
{
selection_path: '7350408591:/start:fuel:diesel:outside',
count: 1
},
{
selection_path: '7350408591:/start:household:soap:outside:0-50',
count: 1
},
{ selection_path: '7350408591:/start:fuel:petrol', count: 1 },
{ selection_path: '7350408591:/start:food', count: 7 },
{ selection_path: '7350408591:/start:food:millets', count: 1 },
{ selection_path: '7350408591:/start:food:fruits', count: 1 },
{
selection_path: '7350408591:/start:food:fruits:outside',
count: 1
},
{
selection_path: '7350408591:/start:food:rice:outside',
count: 1
},
{ selection_path: '7350408591:/start', count: 16 },
{
selection_path: '7350408591:/start:food:meats:within',
count: 1
},
{
selection_path: '7350408591:/start:food:meats:within:100-200',
count: 1
},
{
selection_path: '7350408591:/start:food:millets:within:100-200',
count: 1
},
{
selection_path: '7350408591:/start:fuel:petrol:outside:100-200',
count: 1
},
{
selection_path: '7350408591:/start:household:clothes:outside',
count: 1
},
{
selection_path: '7350408591:/start:household:cosmetics:outside',
count: 1
},
{
selection_path: '7350408591:/start:household:stationary:outside',
count: 1
},
{
selection_path: '7350408591:/start:food:rice:outside:50-100',
count: 1
},
{ selection_path: '7350408591:/start:fuel', count: 3 },
{
selection_path: '7350408591:/start:household:cosmetics:outside:50-100',
count: 1
},
{ selection_path: '7350408591:/start:summary', count: 1 },
{
selection_path: '7350408591:/start:household:clothes:outside:custom',
count: 1
},
{
selection_path: '7350408591:/start:food:fruits:outside:50-100',
count: 1
},
{
selection_path: '7350408591:/start:household:stationary:outside:0-50',
count: 1
},
{ selection_path: '7350408591:/start:household:soap', count: 1 },
{
selection_path: '7350408591:/start:food:dairy:within:50-100',
count: 1
},
{
selection_path: '7350408591:/start:food:millets:within',
count: 1
},
{
selection_path: '7350408591:/start:household:clothes',
count: 1
},
{
selection_path: '7350408591:/start:household:cosmetics',
count: 1
},
{ selection_path: '7350408591:/start:food:rice', count: 1 },
{
selection_path: '7350408591:/start:fuel:gas:outside:0-50',
count: 1
},
{
selection_path: '7350408591:/start:fuel:petrol:outside',
count: 1
},
{ selection_path: '7350408591:/start:food:vegetables', count: 1 },
{
selection_path: '7350408591:/start:food:vegetables:within:100-200',
count: 1
},
{
selection_path: '7350408591:/start:food:vegetables:within',
count: 1
},
{
selection_path: '7350408591:/start:food:wheat:within',
count: 1
},
{ selection_path: '7350408591:/start:household', count: 4 },
{
selection_path: '7350408591:/start:food:dairy:within',
count: 1
},
{
selection_path: '7350408591:/start:food:wheat:within:100-200',
count: 1
},
{ selection_path: '7350408591:/start:food:meats', count: 1 },
{
selection_path: '7350408591:/start:household:clothes:outside:custom:00',
count: 1
},
{ selection_path: '7350408591:/start:fuel:diesel', count: 1 },
{ selection_path: '7350408591:/start:fuel:gas', count: 1 },
{
selection_path: '7350408591:/start:fuel:gas:outside',
count: 1
},
{
selection_path: '7350408591:/start:household:stationary',
count: 1
}
],
total_selections: 74
},
{
_id: 'Joy Daniel',
selections: [
{
selection_path: '7685659001:/start:household:clothes:outside',
count: 2
},
{
selection_path: '7685659001:/start:household:clothes:outside:custom',
count: 1
},
{
selection_path: '7685659001:/start:household:clothes:outside:custom:400',
count: 1
},
{
selection_path: '7685659001:/start:food:food:vegetables:within',
count: 1
},
{ selection_path: '7685659001:/start:food', count: 1 },
{ selection_path: '7685659001:/start:food:food', count: 1 },
{ selection_path: '7685659001:/start:household', count: 2 },
{
selection_path: '7685659001:/start:food:food:vegetables',
count: 1
},
{ selection_path: '7685659001:/start:summary', count: 1 },
{
selection_path: '7685659001:/start:household:clothes',
count: 2
},
{
selection_path: '7685659001:/start:food:food:vegetables:within:100-200',
count: 1
},
{
selection_path: '7685659001:/start:household:clothes:outside:100-200',
count: 1
},
{ selection_path: '7685659001:/start', count: 5 }
],
total_selections: 20
},
{
_id: 'redpig',
selections: [
{ selection_path: '7196436554:/start:food', count: 2 },
{ selection_path: '7196436554:/start', count: 7 },
{
selection_path: '7196436554:/start:food:vegetables:within',
count: 1
},
{
selection_path: '7196436554:/start:food:vegetables:within:50-100',
count: 1
},
{
selection_path: '7196436554:/start:food:rice:outside:100-200',
count: 1
},
{
selection_path: '7196436554:/start:food:rice:outside',
count: 1
},
{ selection_path: '7196436554:/start:food:vegetables', count: 1 },
{ selection_path: '7196436554:/start:food:rice', count: 1 },
{ selection_path: '7196436554:/start:summary', count: 3 }
],
total_selections: 18
},
{
_id: 'Vidya Sridhar',
selections: [
{ selection_path: '7772098733:/start:household', count: 1 },
{
selection_path: '7772098733:/start:household:clothes',
count: 1
},
{
selection_path: '7772098733:/start:household:clothes:outside',
count: 1
},
{ selection_path: '7772098733:/start', count: 1 }
],
total_selections: 4
}
]