PracticeTemplateDocumentData
A collection of document templates and the related pagination information. With offset pagination, pageInfo is a standard PageInfo. With cursorPagination, pageInfo uses the PageInfoForCursorPagination shape (pageSize and hasMore only; page is unset).
type PracticeTemplateDocumentData {
data: [PracticeTemplateDocument]
pageInfo: PageInfo
}