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