list = newsService.getList("from News where news_title like '%"+title+"%'", null, 0, 10, null, null);这是我从数据库筛选数据的条件,title是从jsp网页获得的值,怎么统计我获得了多少条数据