This is interesting, so basically everything in the response is provided by frameworks like Express? For example if I was to send a request to Postman specifying what response data I want for a specific endpoint libraries and frameworks like mongoose and express already have the logic baked in to reply to that request as long as I structure it properly? I haven’t really thought about this as in depth as I should other than error handling because frameworks have done most of the lifting for me.