JsonArrayResponse

fun <M : PenicillinModel> JsonArrayResponse(    client: ApiClient,     results: List<M>,     request: HttpRequest,     response: HttpResponse,     content: String,     action: ApiAction<JsonArrayResponse<M>>)