$model->created_at->toIso8601String(), 'updatedAt' => $model->updated_at->toIso8601String(), 'id' => $model->id, 'text' => $model->text, 'description' => $model->description, 'section' => new SectionResource($model->section), 'number' => $model->number, 'expectedLength' => $model->expected_length, 'questionType' => $model->question_type, 'choices' => $model->choices, 'creator' => new UserResource($model->creator), 'links' => [ 'relatedTo' => route('questions.index') ] ]; } }