Get Category Post Count
<?php $category = get_category(37); $count = $category->category_count; echo "Category Count: " . $count; ?>