@ccw-api/api
    Preparing search index...

    Interface StudentFollowerStats

    interface StudentFollowerStats {
        followerCount: number;
        followingCount: number;
    }
    Index

    Properties

    followerCount: number
    followingCount: number