```
"events": [
{
"id": event.id,
"name": "toto l'event",
"date": "24-11-2022",
"stats": [
"etna": {
"total": 6,
"non_clos": 1,
"inscrits": {
"total": 1,
"non_clos": 1
},
"admis": {
"total": 2,
"non_clos": 1
},
"candidats": {
"total": 5,
"non_clos": 2
}
},
"prepetna": {
"total": 3,
"non_clos": 1,
"inscrits": {
"total": 0,
"non_clos": 0
},
"admis": {
"total": 1,
"non_clos": 1
},
"candidats": {
"total": 2,
"non_clos": 1
}
},
"hcd": {
"total": 0,
"non_clos": 0,
"inscrits": {
"total": 0,
"non_clos": 0
},
"admis": {
"total": 0,
"non_clos": 0
},
"candidats": {
"total": 0,
"non_clos": 0
}
}
]
},
{
"id": event.id,
"name": "toto l'event le retour",
"date": "26-11-2022",
"stats": [
"etna": {
"total": 6,
"non_clos": 1,
"inscrits": {
"total": 1,
"non_clos": 1
},
"admis": {
"total": 2,
"non_clos": 1
},
"candidats": {
"total": 5,
"non_clos": 2
}
},
"prepetna": {
"total": 3,
"non_clos": 1,
"inscrits": {
"total": 0,
"non_clos": 0
},
"admis": {
"total": 1,
"non_clos": 1
},
"candidats": {
"total": 2,
"non_clos": 1
}
},
"hcd": {
"total": 0,
"non_clos": 0,
"inscrits": {
"total": 0,
"non_clos": 0
},
"admis": {
"total": 0,
"non_clos": 0
},
"candidats": {
"total": 0,
"non_clos": 0
}
}
]
},
]
```