$textData->title, 'body' => $textData->body, 'user_id' => $textData->user->id, ]); return $textFeed; } }