# Query soft limit for Debugbar is reached after 100 queries, additional 121 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 (64, 65, 89) 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 (64, 65, 89) and `products`.`deleted_at` isnullorderby `title` asc limit 500offset0