<@310157751395287040> I am using as described above the LinkToAnotherRecord. Due to the need of having multiple records poiniting towards I end up having to utilise the many to many approach. So over the API i get this
```
{
“Id”: 4,
“value”: true,
“feature”: [
{
“Id”: 4,
“name”: “xxx.yyy.zzz”
}
]
},
```
I have tried to utilise in filtering to be able to get it to.
```
{
“value”: true,
“feature”: “xxx.yyy.zzz”
}```
however utilising the docs and trying different strategies to try to obtain the first item in the array, does not make this happen. Is this the case? Or am i missing something ?