if (habitsPath != "null") {
                    val habits = user.child("habitsPath").childrenCount
                    postsCount += habits.toInt()
                }