> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Members Followers # Type: Follow Object # Link: https://dev.wix.com/docs/api-reference/crm/members-contacts/members/activity/members-followers/follow-object.md ## Description: A follower represents a connection between 2 members, where 1 member follows another. This relationship enables members to track updates and activities from members they follow, creating a social network on the site. ## Schema: ```json Type: Follow Object | type: Follower Description: A follower represents a connection between 2 members, where 1 member follows another. This relationship enables members to track updates and activities from members they follow, creating a social network on the site. - name: memberId | type: string | description: Member ID of the member who performed the action. - name: affectedMemberId | type: string | description: Member ID of the member being followed or unfollowed. ```