# Wishlist The `wishlist` object contains the products a signed-in user has favorited. It is globally accessible when the user is signed in. ## Usage Example ```liquid {%- comment -%} Show wishlist products if any {%- endcomment -%} {% if wishlist.size > 0 %}
Your wishlist is empty.
{% endif %} ``` ## Properties ### products Returns the [products](/reference/liquid/objects/store/product/) in the wishlist.