Key Facts
Data license: Public court records
7 rows where filing_id = 52
This data as json, CSV (advanced)
| fact_id ▼ | filing_id | fact |
|---|---|---|
| 666 | 52 52 | Case was transferred from the 189th to the 281st Judicial District Court |
| 667 | 52 52 | Kassab is counsel to the plaintiffs suing Pohl in the Cheatham barratry matter |
| 668 | 52 52 | Billy Shepherd is Pohl's current attorney in the Cheatham matter |
| 669 | 52 52 | Kassab sought privileged materials from his own opposing counsel in related litigation |
| 670 | 52 52 | Kassab never showed diligent pursuit of offensive-use discovery prior to the close of discovery |
| 671 | 52 52 | The discovery motions were filed in conjunction with multiple other discovery motions by Kassab |
| 672 | 52 52 | Pohl's counsel is Jean C. Frizzell of Reynolds Frizzell LLP |
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
);