Why get_category() function is not working not working when embedded in a page?

This answer Count how many posts in category says to use this code

$category = get_category($id);
$count = $category->category_count;