How to fix the «Undefined index: total» Magento 2.3.2 error in magento/framework/Search/Adapter/Mysql/ResponseFactory.php?

How to fix

Replace the line:

with the following one:

'total' => isset($rawResponse['total']) ? $rawResponse['total'] : 0