$this->id, 'nombre' => $this->nombre, 'grupo_de_compra' => $this->grupoDeCompra, 'productos' => $this->productos, 'aprobado' => (bool) $this->aprobado, 'total' => $this->total(), 'total_transporte' => $this->totalTransporte(), 'cantidad_transporte' => number_format($this->cantidadTransporte(),0), 'total_sin_devoluciones' => $this->totalSinDevoluciones(), 'devoluciones_total' => $this->devoluciones_total, 'devoluciones_notas' => $this->devoluciones_notas ]; } }