I want this array to be sorted by id value, so I want all userHandle that belongs to id 34 to be in ONE object and not separated.
Array [
Object {
"id": 34,
"userHandle": "Aw8AUj1mPkON1Fd1s6LhkNETHfb2",
},
Object {
"id": 34,
"userHandle": "LrIwIx9I1xQBJ7aeCSrinpEaDP53",
},
Object {
"id": 33,
"userHandle": " PNfyQdC2cWaxtGiMZhLT9g1Lc9H2",
},
]