get Changelogs Count

@Query(value = ""SELECT COUNT(*) FROM " + CHANGELOGS_KEY + " WHERE " + CHANGELOG_OWNER_KEY + "=:" + CHANGELOG_OWNER_KEY", nativeQuery = true )
abstract fun getChangelogsCount(@Param(value = "owner") owner: String): Long

Method to execute the query to get the total number of the changelogs owned by the user

Return

the total number of the changelogs owned by the user

Parameters

owner

The owner of the changelogs