Let me take a stab at this.
Sounds to me (tell me if I'm wrong) that you have an interactor object that is creating the response Model. And you're somehow passing that response Model back up and back through the boundary somehow.
If so, Interactors contain business rules specific to the use case. So I'd think that a response model would contain only data that would be used to fullfill the use case. So to me, a blanket list of all CPUs, is another call, it's not something you'd include in the response Model. The use case doesn't say that I need a list of all CPUs back, that wouldn't make sense, that's just data for a dropdown or something that you've gotten already somehow through some other call before, outside this use case for populating your dropdown.