[
'id' => 1,
'comment_id' => null,
'replies_count' => 2,
'nested' => [
'id' => 2,
'comment_id' => 1,
'replies_count' => 1,
'nested' => [
'id' => 3,
'comment_id' => 2,
'replies_count' => 0,
],
],
],