How can I count articles retrieved by tags

WP_Query has a post_count property: codex.

$recentPosts = new WP_Query($args);
$count = $recentPosts->post_count;

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)