## Generate Todo Model class To generate the `Todo` model, change directories to your project folder and **execute the command**: ```bash amplify codegen models ``` The generated files will be under the `lib/models` directory by default. They get re-generated each time codegen is run.