[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [entities](./iceshrimp-sdk.entities.md) > [FollowingFollowerPopulated](./iceshrimp-sdk.entities.followingfollowerpopulated.md) ## entities.FollowingFollowerPopulated type **Signature:** ```typescript export type FollowingFollowerPopulated = Following & { follower: UserDetailed; }; ``` **References:** [Following](./iceshrimp-sdk.entities.following.md), [UserDetailed](./iceshrimp-sdk.entities.userdetailed.md)