Key Facts
Data license: Public court records
4 rows where filing_id = 13
This data as json, CSV (advanced)
| fact_id ▼ | filing_id | fact |
|---|---|---|
| 199 | 13 13 | Kassab represents more than 400 clients against Pohl in four separate lawsuits |
| 200 | 13 13 | Pohl is represented by Jean Frizzell of Reynolds Frizzell LLP, who holds himself out as a 'Top 100 Super Lawyer' |
| 201 | 13 13 | Kassab characterizes the lawsuit as retaliatory — the only plausible explanation for filing claims that were 'dead on arrival' |
| 202 | 13 13 | Kassab seeks minimum $50,000 in sanctions in addition to attorney's fees |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE key_facts (
fact_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
fact TEXT
);