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