*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'name' => $this->name, // 'questions' => $this->questions, 'total_questions' => $this->total_questions, 'total_score' => $this->total_score, 'published_at' => $this->published_at?->timestamp, ]; } }