const all = await db.query.recipes.findMany({ where: like(products.display, '%cheese%'), with: { ingredients: { with: { product: true, }, }, }, })