I need to be able to retrieve the links
.
For instance:
{
data: {
id: 1234,
attributes: {...}
links: {
externalLink: '...'
self: '...',
}
}
I need to be able to grab that externalLink property. I’ve looked through each property in the model inside the console and im not finding a reference to it anywhere. I’ve also tried model.get(‘content.links’) and it’s not in there.