pub async fn get(pool: &DbPool, id: &str) -> DbResult<Option<Response>>
Get a response by ID.
Returns DbResult::Err if the database query fails.
DbResult::Err