[
"sql" => "SELECT m0_.id AS id_0, m0_.type AS type_1, m0_.status AS status_2, m0_.title AS title_3, m0_.tags AS tags_4, m0_.excerpt AS excerpt_5, m0_.body AS body_6, m0_.meta_title AS meta_title_7, m0_.meta_description AS meta_description_8, m0_.ai_provider AS ai_provider_9, m0_.failure_reason AS failure_reason_10, m0_.image_brief AS image_brief_11, m0_.image_url AS image_url_12, m0_.image_attribution AS image_attribution_13, m0_.image_candidates AS image_candidates_14, m0_.image_provider AS image_provider_15, m0_.slug AS slug_16, m0_.scheduled_for AS scheduled_for_17, m0_.published_at AS published_at_18, m0_.linkedin_post_urn AS linkedin_post_urn_19, m0_.linkedin_posted_at AS linkedin_posted_at_20, m0_.created_at AS created_at_21, m0_.updated_at AS updated_at_22, m1_.id AS id_23, m1_.locale AS locale_24, m1_.status AS status_25, m1_.title AS title_26, m1_.excerpt AS excerpt_27, m1_.body AS body_28, m1_.meta_title AS meta_title_29, m1_.meta_description AS meta_description_30, m1_.created_at AS created_at_31, m1_.updated_at AS updated_at_32, m0_.topic_id AS topic_id_33, m0_.organization_id AS organization_id_34, m0_.created_by_id AS created_by_id_35, m0_.updated_by_id AS updated_by_id_36, m1_.content_piece_id AS content_piece_id_37 FROM marketing_content_piece m0_ LEFT JOIN marketing_content_piece_translation m1_ ON m0_.id = m1_.content_piece_id WHERE m0_.status = ? AND m0_.type = ? AND m0_.slug IS NOT NULL ORDER BY m0_.published_at DESC"
"params" => [
1 => "published"
2 => "blog_post"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#2233
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#2233}
]
]