public async Task <IHttpActionResult> count()
 {
     return(Ok(await itemsService.CountAsync()));
 }