Describe the bug
amplify codegen model (amplify-modelgen) generates string instead of String type in schema.js
When following the Amplify DataStore – Simplify Development of Offline Apps with GraphQL blog post, I noticed that the /graphql API resource was not returning the title property, resulting in odd UI behavior:

The root of the issue seems to be that amplify codegen model (or npm run amplify-modelgen) generates string instead of String type for the title property in /src/models/schema.js

When updating the type to String, the demo app from the blog post works as expected.
Amplify CLI Version
4.5.0
To Reproduce
Follow the directions specified on this blog or @sebsto's abbreviated instructions
Expected behavior
The amplify codegen model command should generate schema.js where the String data type is properly cased, where the S is capitalized.
Desktop (please complete the following information):
@nikhname thanks for addressing this quickly. Do you know in what version the fix will be available ?
@sebsto @jordan-patapoff this has now been released to npm
Most helpful comment
@sebsto @jordan-patapoff this has now been released to npm