<!-- Please describe your issue or feature request below. --> #### Investigative information I have a eventhub triggered function in python and want to receive events in batch. In function.json set `cardinality` to `many` "cardinality": "many", What should the parameter in main function to pass a list of events? This example can only get one event data: `def main(event: func.EventHubEvent):`