Download this file
1 2 3 4 5 6 7
{ "views": { "list": { "map": "function(doc) { if(doc.type == 'python') { emit(doc.owner, {id: doc._id, name: doc.name, games_played: (doc.games_played || 0)}); }}" } } }