### Describe the bug Here's what seems to trigger this error: ``` const conversations = await client.conversations.list( { isActive: true, addedByInboxId: true, name: true, imageUrlSquare: true, consentState: true, lastMessage: true, description: true, }, 9999, // All of them ["allowed"], ); ``` ### Expected behavior _No response_ ### Steps to reproduce the bug _No response_