Retrieve and manage follower and following lists with real-time updates and filtering.
List Types and Filtering
Data Structure
sourceUser
: The user who initiated the follow actiontargetUser
: The user being followedstatus
: Connection status (accepted, pending, blocked)createdAt
: Timestamp when the relationship was createdupdatedAt
: Timestamp of the last status changePrivacy and Access Control