-record(user_products, { username, timestamp, product_id }). -record(user_basket, { username, timestamp, product_id }).