srv/service.cds
Draft enabled CDS
using {com.logaligroup as entities} from '../db/schema';

service LogaliGroup {
    @odata.draft.enabled
    entity EmployeesSet as projection on entities.Employees;
    entity ContactsSet  as projection on entities.Contacts;
};