{{ datastore_items }}

datastore_items Summary

Contains multiple datastore_items.

datastore_items Properties

FieldTypeDescription
object_typestring"datastore_items"
is_validtrue/falsetrue if this contains at least one datastore_item
prependedlist of datastore_itemsdatastore_items that will be listed at the beginning of the items list
fetchedlist of datastore_itemsThe primary list of datastore_items to be included in the items list
appendedlist of datastore_itemsdatastore_items that will be listed at the end of the items list
appended_uniquelist of datastore_itemsdatastore_items that will be listed at the end of the items list, excluding any datastore_items that are already included in either the prepended or fetched lists
itemslist of datastore_itemsThe full list of datastore_items in the proper order and uniqueness, including prepended, fetched, and appended datastore_items
sizenumberThe total number of items in the list of items, including prepended, fetched, and appended datastore_items
limitnumberThe maximum number of datastore_items that could have been fetched dynamically from the database
startnumberThe 1-based index of the first datastore_item that was (or would have been) dynamically fetched from the database
pagenumberThe 1-based index of the first "page" of datastore_items that could have been fetched dynamically from the database - as determined by the start and limit properties
total_countnumberThe total number of datastore_items in the database that matched the provided filter parameters when fetching the list of fetched datastore_items
total_pagesnumberThe total number of "pages" of results that matched the provided filter parameters when fetching the list of fetched datastore_items - as determined by the total_count and limit properties
outputhtmlThe default output that the datastore_items will produce when it is output directly to the template - using the "output_in_list" property of each datastore_item in the items list