public async Task <int> Count(StandardFilter filter = StandardFilter.None) { var count = await _standardsRepository.Count(filter); return(count); }