## Service Layer Service layer should return DTO objects to application layer (Livewire Components, Forms, Views). As Livewire sends whole properties to the component, any data returned from Repository should not be returned to the components. It's a critical security concern not to expose any sensitive data to the components.