$customPostType, 'posts' => Post::where('custom_post_type_id', $customPostType->id)->with('author')->get(), ]); } }