add this to the page you want to hide the Breadcrumbs for example the `listUsers` class ```php publ
add this to the page you want to hide the Breadcrumbs
for example the
for example the
listUsers classlistUserspublic function getBreadcrumbs(): array
{
return [];
}