Export feature request, missing help text

Hi,
When I am exporting a content model from one environment, the export tool completely misses the help text added across all the fields.

I have to then open two environments and copy-paste the help text one by one.

This will also mean that the import tool should be updated to accommodate for new textHelp field!

Example:
Current Field Output
{
“id”: “bookYear”,
“name”: “Book Year”,
“type”: “Symbol”,
“localized”: true,
“required”: false,
“validations”: [
],
“disabled”: false,
“omitted”: false
},

Suggestion:

{
“id”: “bookYear”,
“name”: “Book Year”,
“type”: “Symbol”,
“helpText”: “System Generated Field, Please Do Not Modify.”,

},