Import passwords in Passbolt 5.6 the description field is being stored in the notes field

Checklist
I have read intro post: https://community.passbolt.com/t/about-the-installation-issues-category/12
I have read the tutorials, help and searched for similar issues
I provide relevant information about my server (component names and versions, etc.)
I provide a copy of my logs and healthcheck
I describe the steps I have taken to trouble shoot the problem
I describe the steps on how to reproduce the issue

I’m migrating passwords from an old platform and trying to import them into Passbolt 5.6 CE.

When importing passwords into Passbolt, the description field is being stored in the notes field.

I’ve already tried importing using CSV and the passbolt-cli, and the behavior is the same; the description field is stored in the notes field.

The problem is that the notes field are not indexed, while the description field is.

Any tips on how I can solve this?

Thank you for the help.

How to simulate (by CLI):

$ go-passbolt-cli create resource -n ‘NameTest’ -u ‘UserTest’ -p ‘PassTest’ -d ‘this is the description’ --uri ‘1.1.1.1’ -f ‘Servers’

Or in a CSV file:

“Group”,“Title”,“Username”,“Password”,“URL”,“Notes”
“My Servers”,“Account1”,“account1”,“PassTest”,“https://test.url”,“this is the description”

Same issue using go-passbolt module: https://github.com/passbolt/go-passbolt

The field description are saved in the Notes field.