FamiliarFollowers entity
Accounts you follow that also follow a given account
Fields
id- the account id these familiar followers relate toaccounts- accounts you follow that also follow that account
Summary
Types
@type t() :: %Hunter.FamiliarFollowers{accounts: [Hunter.Account.t()], id: String.t()}