/followers10; set the number of items to return on each page1; set the page for which to return the itemsfollowers; possible values: (followers, followings); If type=followers, then it returns all the followers of that user otherwise it returns followings{
"users": [
{
"_id": "66b72a4f9f8c4f001f3e6a11",
"name": "Alice Johnson",
"username": "alicej",
"bio": "Full-stack developer and coffee enthusiast ☕",
"auth": {
"emailVerified": true,
"phoneVerified": false
},
"photo": "/uploads/photos/alicej.jpg",
"createdAt": "2025-06-15T09:32:21.000Z"
},
{
"_id": "66b72a4f9f8c4f001f3e6a12",
"name": "Michael Chen",
"username": "mikechen",
"bio": "iOS Engineer @TechWorld",
"auth": {
"emailVerified": true,
"phoneVerified": true
},
"photo": "/uploads/photos/mikechen.png",
"createdAt": "2025-05-10T12:15:54.000Z"
}
],
"count": 2
}
/followers/:userId201200followers/followings count in both user profileuser-followedmutual-follows/followers/:userIdfollowers/followings count in both user profilemutual-follows