{ "db_name": "SQLite", "query": "SELECT count(*) AS \"failures!: i64\",\n max(coalesce(failed_at, grabbed_at)) AS \"last_failed_at?: String\"\n FROM grabs\n WHERE target_kind = 'season' AND target_id = ? AND state = 'failed'", "describe": { "columns": [ { "name": "failures!: i64", "ordinal": 0, "type_info": "Integer", "origin": "Expression" }, { "name": "last_failed_at?: String", "ordinal": 1, "type_info": "Text", "origin": "Expression" } ], "parameters": { "Right": 1 }, "nullable": [ false, true ] }, "hash": "c73422a1c9d28742f200d1744ba0862bba0dd2d708e948c32fd74f013cc4cda5" }