Depends on Application Layer
- The presentation layer exists literally for presentation concerns
- Displaying and rendering data in different forms or for different clients is a separate application concern from business logic and should be placed here
- This could include rest API, server-side rendering classes or configurations, etc.
- In terms of folder structure: some people create a separate root folder for each client. I.e.: REST and UI root folders inside the presentation folder