Now, Client#models collect model_ids first, and extract config_ids, and return all model_id + config_id.
So, size of Client#models might be greater than :per_page option's value.
I think it's little bit odd.
Is there more clever way to get model instances?