Database chain operation [10. Template paging example]
// Error
$right = $list->toArray();
//Correct
$right = $list->toArray()["data"];