Evidence Referenced
Data license: Public court records
6 rows where filing_id = 37
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 420 | 37 37 | Exhibit A - Affidavit of Michael Pohl from Gandy case (No. 459,062-401) with Pohl/BP Claim Records and 'Pohl Master List 6673.xlsx' identifying specific plaintiffs and contract dates |
| 421 | 37 37 | Exhibit A - Correspondence from Pohl's counsel Billy Shepherd providing client files in Cheatham and Berry cases |
| 422 | 37 37 | Exhibit C - Production transmittal letter for 6,937 pages from Mississippi Litigation |
| 423 | 37 37 | Over 400 electronic or hardcopy client files for Brumfield and Gandy plaintiffs |
| 424 | 37 37 | Twelve sets of document production from October 2021 through September 2022 totaling 366,000+ pages |
| 425 | 37 37 | Pohl's Gandy affidavit Exhibit A (10 pages of business records) identifying specific BP plaintiffs and fee agreement dates |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE evidence_referenced (
evidence_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
evidence TEXT
);