I have a one to many relation between Person and Visit tables like this:
public function visits() { return $this->hasMany(\'App\\Models\\Visit\'); }