new Response(description: 'Collection of regions'), ], ), ), ] )] class Region extends Model { protected $table = 'regions'; public $timestamps = false; public $incrementing = false; }