I want groupBy of famousAs of this data.
I got my data from api something like this
Personality:[
0: {
"FullName":"Harry Potter",
"DateOfBirth": "2020/02/16",
"Department":"Branch Operation",
"BirthDay":"Friday"
"famousAs":"Actor"
},
1: {
"FullName":"John Wick",
"DateOfBirth": "2020/02/16",
"Department":"Finance",
"BirthDay":"Friday"
"famousAs":"Actor"
},
2: {
"FullName":"Priyanka Chopara",
"DateOfBirth":2020/02/19,
"Department":"Loan",
"BirthDay":"Monday"
"famousAs":"Actress"
}
]
when i check ,type of this data then it is showing List of dynamic