*/ public function toArray(Request $request): array { return [ /** @var string $id ID of time entry */ 'id' => $this->resource->id, ]; } }