public async Task <int> GetSize([FromQuery(Name = "searchKeyWords")] string searchKeyWords) { return(await _genreRepository.CountAllGenresAsync(searchKeyWords ?? "")); }