select `posts`.*, (selectcount(*) from `post_comments` where `posts`.`id` = `post_comments`.`post_id`) as `comments_count` from `posts` where `is_published` =1and `category_slug` ='arzhay-maaamlaty'orderby `created_at` desc limit 13offset0
select `posts`.*, (selectcount(*) from `post_comments` where `posts`.`id` = `post_comments`.`post_id`) as `comments_count` from `posts` where `is_featured` =1and `is_published` =1orderby `created_at` desc limit 3