# Query soft limit for Debugbar is reached after 100 queries, additional 88 queries onlyshow the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
selectcount(*) as aggregate from `products` innerjoin `product_categories` as `pc` on `pc`.`product_id` = `products`.`id` where `pc`.`category_id` in (78, 79) and `products`.`deleted_at` isnull
select `products`.*from `products` innerjoin `product_categories` as `pc` on `pc`.`product_id` = `products`.`id` where `pc`.`category_id` in (78, 79) and `products`.`deleted_at` isnullorderby `title` asc limit 500offset0