public async Task <ActionResponse <int> > GetTotalNumber() { return(await diaryService.GetTotalNumber()); }