## What is the current behavior? <!-- ['paragraphs'] no longer appearing as a key in alternates[0] --> ## Steps to reproduce <!-- options: PrerecordedOptions = PrerecordedOptions( model="nova-2-meeting", #smart_format=True, utterances=True, punctuate=True, diarize=True, paragraphs=True ) response.results.to_dict()['channels'][0]['alternatives'][0].transcript.keys() --> ## Expected behavior <!-- 'paragraphs' to appear as a key as it did in 3.6 --> ## Please tell us about your environment <!-- We want to make sure the problem isn't specific to your operating system or programming language. - **Operating System/Version:** Windows 11 - **Python Version:** python 3.11.9 (spyder) --> ## Other information <!-- only keys which appear now are dict_keys(['transcript', 'confidence', 'words']) -->