$this->getKey()->user_id === $server->owner_id, 'identifier' => $server->uuidShort, 'uuid' => $server->uuid, 'name' => $server->name, 'description' => $server->description, 'allocation' => [ 'ip' => $server->allocation->alias, 'port' => $server->allocation->port, ], 'limits' => [ 'memory' => $server->memory, 'swap' => $server->swap, 'disk' => $server->disk, 'io' => $server->io, 'cpu' => $server->cpu, ], 'feature_limits' => [ 'databases' => $server->database_limit, 'allocations' => $server->allocation_limit, ], ]; } }