public function testIssue4()
 {
     // Has many -> Belongs to
     // Should be the same for Has many -> Has one
     $this->assertEquals((new Loader(Robot::findFirstById(1), 'Bugs.Robot'))->execute()->get()->bugs, []);
 }