$topic, 'articles' => $topic->articles()->with('source') ->latest('published_date') ->paginate(12) ]); } }