The data retrieved looks like this data: { groups: [ ], events: [ ] } You need to display the group.group_photo by pairing the group.id with the event.group.id.
The data retrieved looks like this
data: {
groups: [ ],
events: [ ]
}
You need to display the group.group_photo by pairing the group.id with the event.group.id.