> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fetch Followers Count

> Get the number of followers the authenticated user has

Returns the total number of users following the authenticated user.

## Response

On success, returns HTTP `200`:

<ResponseField name="count" type="number">
  Total number of users following the authenticated user.
</ResponseField>

## See Also

* [`useFetchFollowersCount` hook](/hooks/follows/use-fetch-followers-count)
