count () Parameter muss ein Array oder ein Objekt sein, das zählbare Laravel implementiert

//add a typecast array to the array being called
$count = count((array)$originalArray);
Indian Gooner