public function groupRecords($records)
    {
        if (!is_array($records) || empty($records)) {
            return;
        }