> ## 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 Following Count

> Get the number of users the authenticated user follows

Returns the total number of users that the authenticated user is following.

## Response

On success, returns HTTP `200`:

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

## See Also

* [`useFetchFollowingCount` hook](/hooks/follows/use-fetch-following-count)
