Closed
Description
Steps to reproduce
Run the lb4 example command to select and clone the todo repository:
lb4 example todo-list
Switch to the directory.
cd loopback4-example-todo-list
Finally, start the application!
$ npm start
Server is running at http://127.0.0.1:3000
or i clone your entire github and start in example todolist folder the result is the same .
Current Behavior
In the api document show example result with inclusion(relate model) but actual result format not same as example result.
Expected Behavior
Response same pattern as example result (with inclusion (relate model))