$data = Project::limit(100)->get();
return ProjectResource::collection($data)->additional(['some_id => 1']);