$flight->id, 'name' => $flight->destination, 'links' => [ 'rel' => 'self', 'uri' => '/flights/'.$flight->id, ] ]; } }