El parámetro count () debe ser una matriz o un objeto que implementa Laravel contable contable

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