# BulkCount interface · @imqueue/pg-prisma

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

How many rows a bulk write affected.

**Signature:**

```typescript
export interface BulkCount 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [count](https://imqueue.org/api/pg-prisma/latest/pg-prisma.bulkcount.count/) |  | number | The affected row count. |

