# Structs
FindOptions is a struct for options common to most find operations: limiting result counts, sorting by a field name, and indicating if the sort is ascending or descending order.
GetEmojiOptions is a struct for customizing GetEmoji.
GetThemeOptions is a struct for customizing GetThemes.
GetTopicOptions is a struct for customizing GetTopics.
# Interfaces
go:generate mockgen -destination=mocks/mock_storage.go -package=mocks .