im printing out in cmd to check,
this what i get
{
"id": 9,
"title": "test children",
"products": [
{
"id": 11,
"title": "test product",
"slug": "test-product",
"article": "some article",
"quantity": 20,
"color": 3,
"price": "123.00",
"description": "some desc",
"fabric_structure": 12,
"size_range": 50,
"length": 50,
"fashion": 15,
"discount": 10,
"rating": 0,
"created": "2021-05-20 17:21:09.050637+00:00",
"updated": "2021-05-20 17:21:09.050637+00:00",
"categories": [
9
]
}
]
}
{
"id": 9,
"title": "test children",
"products": [
{
"id": 11,
"title": "test product",
"slug": "test-product",
"article": "some article",
"quantity": 20,
"color": 3,
"price": "123.00",
"description": "some desc",
"fabric_structure": 12,
"size_range": 50,
"length": 50,
"fashion": 15,
"discount": 10,
"rating": 0,
"created": "2021-05-20T23:21:09.050637+06:00",
"updated": "2021-05-20T23:21:09.050637+06:00",
"categories": [
9
]
}
]
}