# Projection.includes property · @imqueue/pg-prisma

Source: https://imqueue.org/api/pg-prisma/latest/pg-prisma.projection.includes/
Published: 2026-08-28
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-prisma 2.0.0 — generated reference, not hand-written

Relations to eager-load, each with its own projection.

**Signature:**

```typescript
includes: {
        name: string;
        projection: Projection | undefined;
    }[];
```

