```typescript type Item @entity { id: ID! @id data: JSONObject! } ``` ```typescript entityManager.item.findAll({ projection: { data: { ...any projection } }) ```