Well my question is the following. I have 3 tables, product table, product type, category. The Product table is related to the product type table, and the product type table with Category. How can I page a list of products by category? The logic I have, step id Category, brings the list of types that have that category, then I bring all the products that correspond to those types.