if you use this: ```import_results = client.collec...
# community-help
f
if you use this:
Copy code
import_results = client.collections['my_posts'].documents.import_(docs_to_import, {
    'action': 'upsert',
    'return_id': True
})
Do you get the same behavior as before? What's the final count of the documents then?