- Add classmethod `Transcript.list()`, and `Transcript.list_async()` (similar to `get_by_id`) - support all params from here https://www.assemblyai.com/docs/api-reference/transcript#list-transcripts - Add support for pagination by adding a `next_page_url` parameter (Note: The Node SDK takes either params or a url, no combination)