---
source: src/tests/select/query_params.rs
expression: value
---
[
{
"id": "[uuid]",
"type": "peoples",
"data": {
"age": 22,
"first-name": "Francis",
"gender": "M",
"last-name": "Le Roy",
"twitter": null
}
},
{
"id": "[uuid]",
"type": "articles",
"data": {
"body": "Yes",
"title": "How to dead"
},
"related_type": "peoples",
"related_id": "[uuid]"
},
{
"id": "[uuid]",
"type": "articles",
"data": {
"body": "Yeah I know ! Right ?!",
"title": "Oh my g**"
},
"related_type": "peoples",
"related_id": "[uuid]"
}
]