# NetworkList.length property · @imqueue/net

Source: https://imqueue.org/api/net/latest/net.networklist.length/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/net 3.0.2 — generated reference, not hand-written

How many networks the list holds.

**Signature:**

```typescript
readonly length: number;
```

## Remarks

Records, not bytes and not input records — computed as `bytesLength / recordSize`. It can be lower than the number of CIDR strings the constructor was given, because records covering the same range are deduplicated.

