Show post count in custom taxonomy page

İ found a solution:

$posts = get_queried_object();
echo $posts->count;