my $item = db::Inventory::Item->retrieve( 15 ); if( $item ) { $item->quantity( 15 ); }