Laravel Add (s) no final do texto com base em quantos dados

echo Illuminate\Support\Str::plural('list', 1); // list
echo Illuminate\Support\Str::plural('list', 2); // lists
hirohito