Hello, In the part [Running actions after response finishes](https://docs.adonisjs.com/guides/response#running-actions-after-response-finishes) the class method `onFinish` for the [response class](https://github.com/adonisjs/http-server/blob/main/src/response.ts) not exists. Please update the documentation to achieve this. Maybe like this ? : ```ts onFinished(response.response, (err, res) => {}) ``` Thanks 😃