@Query("SELECT new ru.users.model.UserDto(b.userId, COUNT(b)) " + " FROM UserEntity b where b.status = \'SUCCESS\' "