1 | type ListingsCustomizationCollection { |
| |
2 | aggregations: Aggregations! |
| |
3 | current_page: Int! |
| |
4 | has_next_page: Boolean! |
| |
5 | has_previous_page: Boolean! |
| |
6 | per_page: Int! |
| |
7 | results: [ListingsCustomization!] |
| |
8 | size: Int! |
| |
9 | total_entries: Int! |
| |
10 | total_pages: Int! |
| |
11 | } |