i want to add data to collection
my code
record = client.collection('fletSample').create(name="bout",age=120)
BUT ERROR
File "/home/minx/belajar/colongan/pythonsidik/test.py", line 7, in
record = client.collection('fletSample').create(name="bout",age=120)
TypeError: CrudService.create() got an unexpected keyword argument 'name'
i want to add data to collection my code record = client.collection('fletSample').create(name="bout",age=120)
BUT ERROR File "/home/minx/belajar/colongan/pythonsidik/test.py", line 7, in
record = client.collection('fletSample').create(name="bout",age=120)
TypeError: CrudService.create() got an unexpected keyword argument 'name'
wahst solutions