Drupal 8 countQuery() hi $result = \Drupal::database()->select('node') ->condition('type', 'article') ->countQuery() ->execute()->fetchField();