github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/dgraph/cmd/bulk/systest/suite03/result.json (about) 1 { 2 "data": { 3 "cooks": [ 4 { "name": "Gordon Ramsay" }, 5 { "name": ["Heisenberg", "Walter White"] } 6 ], 7 "occupation_count": [ 8 { 9 "name": "Gordon Ramsay", 10 "count(occupation)": 2 11 }, 12 { 13 "name": ["Walter White", "Heisenberg"], 14 "count(occupation)": 2 15 } 16 ], 17 "eggplant": [ 18 { 19 "name": [ 20 "eggplant", 21 "aubergine", 22 "aubergine", 23 "brinjal" 24 ] 25 } 26 ], 27 "alex": [ 28 { "name": "Alex" } 29 ] 30 } 31 }