- Fill the movies property with the (almost) parsed response.
- Create a UITableView in the provided Storyboard with a custom UITableViewCell to acomodate the model.
- The custom UITableViewCell should auto expand to accommodate (Auto Layout).
- Clean up and refactor the relevant files.
- Create an Alert for the possible errors of the whole flow.
- Add an activity indicator.
- Add pull to refresh.
- Use Decodable to parse the response into the MovieModel.