public async Task <ActionResult <List <BlogPostDTO> > > GetBlogPostsByType(string type) { return(await _blogPostRepository.GetBlogPostsByTypeAsync(type)); }