using {com.logaligroup as entities} from '../db/schema'; service LogaliGroup { entity EmployeesSet as projection on entities.Employees; entity ContactsSet as projection on entities.Contacts; };