# `Cnpja.OfficeSearch`
[🔗](https://github.com/devaction-labs/cnpja_ex/blob/v0.1.2/lib/cnpja/responses/office_search.ex#L1)

Paginated result of an establishment search.

# `t`

```elixir
@type t() :: %Cnpja.OfficeSearch{
  count: integer(),
  limit: integer() | nil,
  next: String.t() | nil,
  records: [Cnpja.Office.t()]
}
```

# `from_map`

```elixir
@spec from_map(map()) :: t()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
