ItsIt's assumed, that clean architecture is used in business heavy applications. Where, where use cases are mapped to business rules. In cruda CRUD app it's over engineering-engineering. Here you can use facade and map requestrequests directly to the db entity. When logic growthsgrows, refactor and extract use cases, validators, domain objects etc..