---
title: "init(upstream:)"
framework: combine
role: symbol
role_heading: Initializer
path: "combine/publishers/count/init(upstream:)"
---

# init(upstream:)

Creates a publisher that publishes the number of elements received from the upstream publisher.

## Declaration

```swift
init(upstream: Upstream)
```

## Parameters

- `upstream`: The publisher from which this publisher receives elements.
