class ItemsRelationManager extends RelationManager
{
protected static string $relationship = 'items';
protected static ?string $recordTitleAttribute = 'id';
public static function form(Form $form): Form
{
//how to get the record id here
}
}