# `Hunter.FamiliarFollowers`
[🔗](https://github.com/milmazz/hunter/blob/v0.8.0/lib/hunter/familiar_followers.ex#L1)

FamiliarFollowers entity

Accounts you follow that also follow a given account

## Fields

  * `id` - the account id these familiar followers relate to
  * `accounts` - accounts you follow that also follow that account

# `t`

```elixir
@type t() :: %Hunter.FamiliarFollowers{accounts: [Hunter.Account.t()], id: String.t()}
```

---

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