In v2 I've done it like so: ```php class Invoices extends Widget implements HasTable { use InteractsWithTable; public ?Model $record = null; ``` But $record is now null in V3. How should this be migrated? Couldn't find it in the docs. Thank you!