github.com/dshekhar95/sub_dgraph@v0.0.0-20230424164411-6be28e40bbf1/dgraph/cmd/bulk/systest/suite02/result.json (about) 1 { 2 "data": { 3 "alice_friend_count": [ 4 { "count(friend)": 3 } 5 ], 6 "bob_friend_count": [ 7 { "count(friend)": 1 } 8 ], 9 "carol_friend_count": [ 10 { "count(friend)": 2 } 11 ], 12 "erin_friend_count": [ 13 { "count(friend)": 2 } 14 ], 15 "frank_friend_count": [ 16 { "count(friend)": 3 } 17 ], 18 "grace_friend_count": [ 19 { "count(friend)": 6 } 20 ], 21 22 "has_1_friend": [ 23 { "name": "Bob" } 24 ], 25 "has_2_friends": [ 26 { "name": "Carol" }, 27 { "name": "Erin" } 28 ], 29 "has_3_friends": [ 30 { "name": "Alice" }, 31 { "name": "Frank" } 32 ], 33 "has_6_friends": [ 34 { "name": "Grace" } 35 ], 36 37 "has_1_rev_friend": [ 38 { "name": "Alice" }, 39 { "name": "Frank" } 40 ], 41 "has_2_rev_friends": [ 42 { "name": "Erin" } 43 ], 44 "has_4_rev_friends": [ 45 { "name": "Bob" } 46 ], 47 "has_5_rev_friends": [ 48 { "name": "Carol" } 49 ] 50 } 51 }