count

fun count(    friends: Int = 0,     followers: Int = 0,     statuses: Int = 0,     favorites: Int = 0,     listed: Int = 0)

Sets count.