I have created new project in NextJS on Netlify. By default Essential Next.js by netlify plugin was installed, and when I entered the hello route url in the browser the return from the api route is logged to the Netlify console, later I created another endpoint where I need to handle some data and write it to db and then from there I would like to call another api route/netlify function, I console logged the data and saw the log in the console locally but nothing was logged in the netlify console. What is the recommendation, should I be using next API routes and those would be translated to netlify functions, or should I create Netlify functions according to the Netlify functions docs? Thanks